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: Introducing Microsoft SQL Server 2014Introducing Microsoft SQL Server 2014
by - 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.
(10198 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.
(18127 views)
Book cover: SQL Server StatisticsSQL Server Statistics
by - Simple-Talk Publishing
Reading Holger's booklet is a great way of brushing up on the subject of Statistics and query-optimization. It is reasonably short, and geared to the practitioner rather than the theoretician. It is careful to stick with the things you need to know.
(10325 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.
(10693 views)