Activity overview
Latest activity by KouryouChairudo
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...
How to handle changes on both sides of the comparison
Hi,
I was wondering if there is a way to handle changes in a stored procedure on both sides ("left" and "right").
For example, somebody added a field in a table on the "right" database and added th...