How can you get SQLCMD, when executing a SQL script file, to just output any errors or warnings it encounters?
I essentially dont want information based messages to be output.
|
How can you get SQLCMD, when executing a SQL script file, to just output any errors or warnings it encounters? I essentially dont want information based messages to be output. |
|||
2> Err.txt, but it looks likeSQLCMDdoes not split its output. – Jon of All Trades Jun 28 '12 at 23:26