Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server 2005 Query Statistics

Where can I find some in-depth information on tuning statistics in SQL Server 2005?

I need to really delve in to what statistics are being used in a number of different queries, how they are interacting with indexes, how/when/where to use custom statistics (over and above what the database tuning advisor recommends), when/how to update the statistics for the best performance etc. etc.

Does anyone know of any good articles/webcasts/books around this subject?

Thanks in advance,

Tom

like image 271
Tom Ferguson Avatar asked Aug 06 '26 16:08

Tom Ferguson


1 Answers

This book gives fairly detailed information on performance tuning Inside Microsoft® SQL Server(TM) 2005: Query Tuning and Optimization

like image 143
Adamski Avatar answered Aug 08 '26 12:08

Adamski