Basic Defensive Database Programming Techniques
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on 2010/04/22
Indexed on
2010/04/22
6:03 UTC
Read the original article
Hit count: 329
Filed under:
We can all recognize 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.
© SQL Server Central or respective owner