Welcome to Aussie SQL Server Bloggers Sign in | Join | Help

Sunday, 27 April 2008 - Posts

Which query is scanning that index?

SQL 2005's db_dm_index_usage_stats DMV allows DBAs to analyse how often indexes are being used (or not used), including individual counts for seeks, scans & lookups on each index in your database. I was thrilled when I first saw this DMV as there