![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
In SQL Server 2005 I have used the sys.dm_db_index_usage_stats dynamic management view to check for index usage. Essentially a new row is added for the index when it is used. The catch is that the info in sys.dm_db_index_usage_stats is reset when the SQL Server service is restarted. HTH, Plamen Ratchevhttp://www.SQLStudio.com |
#4
| |||
| |||
|
|
In SQL Server 2005 I have used the sys.dm_db_index_usage_stats dynamic management view to check for index usage. Essentially a new row is added for the index when it is used. The catch is that the info in sys.dm_db_index_usage_stats is reset when the SQL Server service is restarted. HTH, Plamen Ratchevhttp://www.SQLStudio.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |