Why does SQL Server 2005 Dynamic Management View report a missing index when it is not?

后端 未结 3 1978
抹茶落季
抹茶落季 2021-01-14 17:55

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

3条回答
  •  天命终不由人
    2021-01-14 18:35

    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.

提交回复
热议问题