Tag Archives: THROW

Changes To Exception Handling In SQL Server 2011

When SQL Server 2005 was released, we saw the introduction of structured exception handling using BEGIN TRY, BEGIN CATCH statements. This fantastic feature allowed us to trap and handle exceptions that we may encounter in the course of our code … Continue reading

Posted in SQL Server 2011 "Denali", T-SQL Code Examples | Tagged , , , | 3 Comments