Logo

Defensive Database Programming with SQL Server

Large book cover: Defensive Database Programming with SQL Server

Defensive Database Programming with SQL Server
by

Publisher: Red Gate Books
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.

Home page url

Download or read it online for free here:
Download link
(4.7MB, PDF)

Similar books

Book cover: SQL Server Execution PlansSQL Server Execution Plans
by - Redgate Publishing
An execution plan describes what's going on behind the scenes when SQL Server executes a query. This book leads you right from the basics of capturing plans, through how to interrupt them, and how to diagnose the causes of poor query performance.
(11034 views)
Book cover: Sams Teach Yourself Microsoft SQL Server 7 in 21 DaysSams Teach Yourself Microsoft SQL Server 7 in 21 Days
by - Sams
The book introduces you to every aspect of Microsoft's flagship back-end database engine. Organized with a FAQ-like summary at the end of every chapter, it familiarizes you with all the features and even brings you up to expert level on a few of them.
(19523 views)
Book cover: Inside the SQL Server Query OptimizerInside the SQL Server Query Optimizer
by - 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.
(12103 views)
Book cover: SQL Server Reference GuideSQL Server Reference Guide
by - 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.
(9721 views)