Comments
Sort by recent activity
Problem solved. Thanks for any effort extended. / comments
Problem solved. Thanks for any effort extended.
I'm not sure of the status of this, but in 9.5.8.10521 the semicolon after the GO is still inserted if the GO is followed by a comment, e.g., a semicolon will not be added after the GO for the following script. USE [master] GO WITH [test] AS (SELECT [a]=1) SELECT * FROM [test] [t] but it will for the following script USE [master] GO -- WITH [test] AS (SELECT [a]=1) SELECT * FROM [test] [t] / comments
I'm not sure of the status of this, but in 9.5.8.10521 the semicolon after the GO is still inserted if the GO is followed by a comment, e.g., a semicolon will not be added after the GO for the foll...