How to know unused indexes in a table.?

By using a DMV we‘ll find the unused indexes details. We have a DMV called “sys.dm_db_index_usage_stats” which retrieves the statistics of indexes , if an index id is not in that dmv then we can say that index is not been using from a long time.

To view or add a comment, sign in

More articles by Parag Patel

Insights from the community

Others also viewed

Explore topics