When running a script in SQLCMD, is there a parameter, parameter, or any other way to get it to efficiently run the GO command at the end of each SQL statement?
This will prevent the need to embed periodic GO commands in very large scripts.
source
share