Microsoft Transact-SQL: the Definitive Guide
The Definitive Guide
Häftad, Engelska, 2010
537 kr
Beställningsvara. Skickas inom 10-15 vardagar. Fri frakt över 249 kr.
Beskrivning
According to industry studies, 7 -8 % of database performance problems are caused by poorly written transact-SQL code. Microsoft Transact-SQL: The Definitive Guide is a comprehensive guide to the T-SQL language written for the MS SQL Server 2 8 developer having performance problems with SQL. The text includes case studies and examples demonstrating how to write or rewrite T-SQL source code.Some Topics covered include several ways of writing code for optimal performance and maintainability such as stored procedures versus dynamic SQL as well as subqueries versus joins advanced SQL programming techniques including characteristic functions, common table expressions, refactoring, cubes, and dynamic queries methods for identifying and fixing poorly written code including Profiler, DMVs, third-party tools, and reading query plans.