Tell SQL Server the error is "handled" in try...catch

Posted by Restless Archer on Stack Overflow See other posts from Stack Overflow or by Restless Archer
Published on 2010-05-19T23:20:01Z Indexed on 2010/05/19 23:30 UTC
Read the original article Hit count: 231

Hi.

I'd like to indicate to SQL Server 2005, in my BEGIN CATCH...END CATCH block that the error is "handled"... That is, clear the error.

Is that possible??

Thanks. A.

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server-2005