September 2010
Intermediate to advanced
1704 pages
111h 8m
English
Database Engine Tuning Advisor is a decent supplement for the SQL Server performance options. It is not the hottest offering from Microsoft, but it can be valuable in enforcing some basic design options in regard to partitioning, indexing, and basic table structures. You can use either the GUI version of the DTA or the batch command-line version to achieve the same results. With DTA, you can run an analysis against an entire database or just focus on as little as one table within a database. Say that you have one problem child table that is at the heart of all your misery. In this case, you would probably just want to tune that one table for optimal database access.
To tune and analyze anything, DTA must base ...
Read now
Unlock full access