Wednesday, July 22, 2009

sql server



sql server TRY-CATCH error handling
Thanks to four very talented and inquisitive developers who were taking my Implementing a Microsoft sql server 2005 Database class last week, I was encouraged to delve a little deeper into sql server's TRY-CATCH error handling structure.� (You know who you are, and thank you%26hellip;.) First implemented in sql server 2005, the idea was to introduce structured exception and error handling into sql server.� The general idea goes something like this: BEGIN TRY ����� END TRY BEGIN CATCH ����� E

No comments:

Post a Comment