Hello,
I test %ERRORLEVEL% in a .bat file who execute sqlcmd -b -l 1 -t 1 ...
but sqlcmd exits with success (dos errorlevel = 0) when execution time out !!!
I test with options -m-1 and -V1 but it doesn't work.
any idea how to trap dos errorlevel when sqlcmd execution timout ?
Thanks,
--