Query Tuning and Optimization
Inside Microsoft (R) SQL Server" 2005
Kalen Delaney(Author)
Microsoft Press
Published on 26. September 2007
Book
Paperback/Softback
448 pages
978-0-7356-2196-1 (ISBN)
Description
Dig into the internals of tuning and optimization features in SQL Server 2005-with insights from leading SQL Server experts. This in-depth guide delivers best practices, pragmatic advice, and code samples to help you enable efficient, effective queries-and optimize database performance.
Discover how to:
Create a baseline and monitor workload by using System Monitor and DMVs Design, manipulate, and manage traces to isolate database performance issues Audit user activity by using built-in default, black box, and Common Criteria traces Analyze query execution using scans and seeks, joins, aggregations, unions, and parallelism Generate efficient and cost-effective queries using cached plans or new plans Detect and resolve locking, blocking, and deadlocking concurrency issues Use best practices to diagnose and troubleshoot response time, throughput, and scalability issues
PLUS-Includes Transact-SQL code samples and on the Web
Discover how to:
Create a baseline and monitor workload by using System Monitor and DMVs Design, manipulate, and manage traces to isolate database performance issues Audit user activity by using built-in default, black box, and Common Criteria traces Analyze query execution using scans and seeks, joins, aggregations, unions, and parallelism Generate efficient and cost-effective queries using cached plans or new plans Detect and resolve locking, blocking, and deadlocking concurrency issues Use best practices to diagnose and troubleshoot response time, throughput, and scalability issues
PLUS-Includes Transact-SQL code samples and on the Web
More details
Language
English
Place of publication
Redmond
United States
Dimensions
Height: 235 mm
Width: 187 mm
ISBN-13
978-0-7356-2196-1 (9780735621961)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Person
Kalen Delaney, Series Editor for the Inside SQL Server line of books, has been working with SQL Server for two decades. She is a well-known expert in the SQL Server community and has been a Microsoft MVP since 1995. Kalen is a contributing editor and columnist for SQL Server Magazine and the author of several books, including Inside Microsoft SQL Server 2000.
Content
A Performance Troubleshooting Methodology Tracing and Profiling Query Execution Troubleshooting Query Performance Plan Caching and Recompilation Concurrency Problems