Handling SQL Server Errors

Posted on SQL Server Central See other posts from SQL Server Central
Published on 2010/05/17 Indexed on 2010/05/17 6:01 UTC
Read the original article Hit count: 141

Filed under:
This article covers the basics of TRY CATCH error handling in T-SQL introduced in SQL Server 2005. It includes the usage of common functions to return information about the error and using the TRY CATCH block in stored procedures and transactions.

© SQL Server Central or respective owner