Handling SQL Server Errors

Posted on SQL Team See other posts from SQL Team
Published on Mon, 05 Apr 2010 00:00:00 GMT Indexed on 2010/04/05 12:03 UTC
Read the original article Hit count: 268

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 Team or respective owner