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.
| 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_detailsselect * from sys.dm_db_missing_index_group_statsselect * from sys.dm_db_missing_index_groups select * from sys.dm_db_index_usage_stats |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|