SQL Server Begin Try

Posted by Derek Dieter on SQL Server Planet See other posts from SQL Server Planet or by Derek Dieter
Published on Sat, 12 Jun 2010 08:35:40 +0000 Indexed on 2010/06/12 8:44 UTC
Read the original article Hit count: 311

Filed under:
The try catch methodology of programming is a great innovation for SQL 2005+. The first question you should ask yourself before using Try/Catch should be “why?”. Why am I going to use Try/Catch? Personally, I have found a few uses, however I must say I do fall into the category of not [...]

© SQL Server Planet or respective owner

Related posts about sql