How can I run a .sql file with the sqlcmd utility specifying to continue if there are errors?
- by Matt
How can I run a .sql file with the sqlcmd utility specifying to continue if there are errors?
Right now if an error occurs, the entire sql file aborts. Is there away around this?