Tag Archives: :ON ERROR

: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 … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment