You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are several SQL single line statement in the compiled MOF file contains the "GO" ... this caused the sql script failed to execute
To Reproduce
Make a SQL 2016 configuration, compile and check the mof file, copy that sql statement to run in SSMS and it will fail
Describe the bug
There are several SQL single line statement in the compiled MOF file contains the "GO" ... this caused the sql script failed to execute
To Reproduce
Make a SQL 2016 configuration, compile and check the mof file, copy that sql statement to run in SSMS and it will fail
Expected behavior
"GO" has to be in its own line or "GO" needs to be removed:
reference:
https://docs.microsoft.com/en-us/sql/t-sql/language-elements/sql-server-utilities-statements-go?view=sql-server-2017
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: