Community

SQL Server Denali THROW statement to raise an exception

(Arshad Ali) Prior to SQL Server 2005, writing code for exception handling was painful for T-SQL developers. SQL Server 2005 introduced structured exception handling with BEGIN TRY…BEGIN CATCH blocks. Though this inclusion made managing exceptions in T-SQL programming quite easier, it has some lim

Read More - Register for Free Membership