How can I run a .sql file with the sqlcmd utility specifying to continue if there are errors?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-18T23:08:51Z Indexed on 2010/05/18 23:10 UTC
Read the original article Hit count: 273

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?

© Stack Overflow or respective owner

Related posts about sqlcmd

Related posts about sql-server