Error Handling

  • How could I instruct a sp to coninue execution even if it faces an error.. I am looking for the same thing we used to pass in VB as "on error resume next"

    Please advice

  • Your procedure should/will continue (unless you have changed the default settings)

    SELECT 1/0

    SELECT 1

  • Here is what I am writing...

    cusror A

    from a list of 100 servers

    (

    sqlcmd server 1 (execute a command)

    )

    So now, if second server in the list in unreachable, still the execution will continue for third servers and so on...?

    Can you please confirm my understanding?

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

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