Comments
3 comments
-
Oh yes. This would be great!
-
Hi ogrishman,
This sounds like a cool idea!
We're using UserVoice to track feature requests like this as it helps us track the requests and lets other users vote on it (helping us prioritize which features to work on next).
It'd be great if you could add any requests to our UserVoice to increase their visibility.
Thanks,
Aaron. -
This is a great feature. I love it. I tested it this morning but I have found an issue.
DECLARE @UnicodeText NVARCHAR(100) = 'une génération désenchantée'
will change toSo the inline assignment isn't changed.DECLARE @UnicodeText NVARCHAR(100) = 'une génération désenchantée'
Also doesn't work for insert and updates.
Add comment
Please sign in to leave a comment.
Is it possible to format below code
to
Thanks.