Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Index Opt. Table Statistics 1

Status
Not open for further replies.

kermitforney

Technical User
Joined
Mar 15, 2005
Messages
374
Location
US
Is there anyway to search table.column statistics in SQL Server for detailed insight while optimizing indexes?
 
I think I follow your question.

I like to use SQL traces create by SQL Profiler. You can capture a trace then load it into DTA (Database Tuning Advisor). DTA will then give you some nice reports showing table/column/sp usage.

-If it ain't broke, break it and make it better.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top