Defensive Database Programming with SQL Server By Alex Kuznetsov
Defensive Database Programming with SQL Server
by Alex Kuznetsov
Publisher: Red Gate Books 2010
ISBN/ASIN: 190643445X
ISBN-13: 9781906434458
Number of pages: 302
Description:
The goal of Defensive Programming is to produce resilient code that responds gracefully to the unexpected. To the SQL Server programmer, this means T-SQL code that behaves consistently and predictably in cases of unexpected usage, doesn’t break under concurrent loads, and survives predictable changes to database schemas and settings. Inside this book, you will find dozens of practical, defensive programming techniques that will improve the quality of your T-SQL code and increase its resilience and robustness.
Download or read it online here:
Download link
(4.7MB, PDF)
About the eBook
by Alex Kuznetsov
Resilient T-SQL code is code that is designed to last, and to be safely reused by others. The goal of defensive database programming, the goal of this book, is to help you to produce resilient T-SQL code that robustly and gracefully handles cases of unintended use, and is resilient to common changes to the database environment.