Basic Defensive Database Programming Techniques

Posted on Simple Talk See other posts from Simple Talk
Published on 31 March 2010 Indexed on 2010/04/01 10:13 UTC
Read the original article Hit count: 350

Filed under:
We can all recognise good-quality database code: It doesn't break with every change in the server's configuration, or on upgrade. It isn't affected by concurrent usage, or high workload. In an extract from his forthcoming book, Alex explains just how to go about producing resilient TSQL code that works, and carries on working.

© Simple Talk or respective owner

Related posts about T-SQL Programming