Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 missing index

Author  Topic 

AAAV
Posting Yak Master

152 Posts

Posted - 2010-03-23 : 21:42:05
what is the difference between these tables?
select * from sys.dm_db_missing_index_columns
select * from sys.dm_db_missing_index_details
select * from sys.dm_db_missing_index_group_stats
select * from sys.dm_db_missing_index_groups
select * from sys.dm_db_index_usage_stats

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-23 : 23:22:58
What does BOL say?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -