Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
March 4, 1999
A. Use the RAISERROR command with the following criteria :-
Run ISQL with the -b option
Set the message severity to greater than 10
Set the message state to 127
i.e.
isql -E -Q"RAISERROR ('set errorlevel 11',11,127)" -b iferrorlevel 11 goto failed
You May Also Like