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 for free here:
Download link
(4.7MB, PDF)
Similar books
Inside the SQL Server Query Optimizerby Benjamin Nevarez - Red gate books
A better understanding of what the Query Optimizer does behind the scenes can help you to improve the performance of your databases and applications, and this book explains the core concepts behind how the SQL Server Query Optimizer works.
(12262 views)
Introducing Microsoft SQL Server 2014by Ross Mistry, Stacia Misner - Microsoft Press
The authors explain how SQL Server 2014 incorporates in-memory technology to boost performance in online transactional processing and data-warehouse solutions. They also describe how it eases the transition from on-premises solutions to the cloud.
(11623 views)
Troubleshooting SQL Server: A Guide for the Accidental DBAby Jonathan Kehayias, Ted Krueger - Red gate books
SQL Server-related performance problems come up regularly and diagnosing and solving them can be difficult and time consuming. Read this book for descriptions of the most common issues and practical solutions to fix them quickly and accurately.
(14655 views)
SQL Server Reference Guideby Buck Woody - Pearson Education
Database professional Buck Woody leads you through the many aspects of designing, administering, and developing for your SQL Server platform. Recommended for DBAs and developers, this Reference Guide covers SQL Server 2000 up to SQL Server 2008 R2.
(9899 views)