Comments
Sort by recent activity
It happens when you hit the CTRL button. It will also stay on top of all windows. I simply go back to SSMS and hit the CTRL button to make it disappear. / comments
It happens when you hit the CTRL button. It will also stay on top of all windows. I simply go back to SSMS and hit the CTRL button to make it disappear.
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 to DECLARE @UnicodeText NVARCHAR(100) = 'une génération désenchantée'
So the inline assignment isn't changed. Also doesn't work for insert and updates. / comments
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 to DECLARE @UnicodeText NVARCHA...