I'm running sqlcmd from a batch file and I was wondering how to make it return an ERRORLEVEL other than 0 when it fails.
↧
How to make sqlcmd return an exit value other than 0 when the .sql script fails?
↧