The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Inside Microsoft SQL Server 2005: Query Tuning & Optimization
  

  Inside Microsoft SQL Server 2005: Query Tuning & Optimization by Kalen Delaney

  • Published by: MICROSOFT PRESS
  • Author: Kalen Delaney
  • Page Count: 406
  • Group: SQL SERVER 2005
  • ISBN: 0735621969/9780735621961
  • Published: Oct 2007

Our Price: 21.69
Discount: 30%
RRP: 30.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Inside Microsoft SQL Server 2005: Query Tuning & Optimization
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

CONTENTS:

A Performance Troubleshooting Methodology

Tracing and Profiling

Query Execution

Troubleshooting Query Performance

Plan Caching and Recompilation

Concurrency Problems