continue after error

  • Is there a command that will ensue the sql script does not exit execution if there is a critical error. For example say i'm selecting from a db that doesnt exist and i dont want the script to stop execution after it errors.

  • the GO command after every related group of commands would do what you want, i think.

    you'd want to make sure there was no explicit transaction open i think, as well.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply