Community

Exception Handling in Sql Server 2005

(Raymond Lewallen) SQL Server 2005 provides a new exception-handling mechanism in the form of TRY…CATCH. In current version of Sql Server you have to include GOTO statements, and check @@ERROR after every statement is executed to determine if an error had occurred at that particular point and term

Read More - Register for Free Membership