Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to Abort Entire QA Script?

    You can create a user defined error message with a severity of 20:

    exec sp_addmessage 60000, 20, N'Your error message here.', null, 'true', replace

    When that error is raised, it will terminate...

Viewing post 1 (of 1 total)