: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.