Tune stored procedures with exception handling in SQL Server 2005 Posted By : at 2008-05-08 13:44:38
Exception handling was one of the weakest aspects of T-SQL script writing -- until SQL Server 2005 came along. Contributor Joe Toscano explains how to tune stored procedures with the new TRY…CATCH paradigm.