:ON ERROR [exit/ignore] SQLCMD Command

:ON ERROR [exit/ignore]

This command instructs SQLCMD on how to handle errors during script execution. The following options are available:

*      exit Exits the program with the appropriate error value
*      ignore Ignores the error and continues execution. An error message is printed.

This entry was posted in Uncategorized and tagged , , . Bookmark the permalink.

Leave a Reply