- Is there a way to use block comments after a GO in SQL?
- /*
- */
- PRINT 'Stuff'
- GO
- /*
- */
- PRINT 'Other stuff'
- A fatal scripting error occurred.
- Incorrect syntax was encountered while parsing GO.
- Msg 102, Level 15, State 1, Line 1
- Incorrect syntax near ''.
- Msg 102, Level 15, State 1, Line 1
- Incorrect syntax near 'GO'.