I\'m using SQL Server 2005 and the the Dynamic Management View sys.dm_db_missing_index_details. It continues to tell me that Table1 really needs an index on Col
sys.dm_db_missing_index_details
Random thought: What if one of the columns is better declared "DESC"?
This is useful for ORDER BY clauses and I've seen logical IO reduce by half.