SQL Server - Dynamic Management Views - Full Table Scan -
i trying find out dynamic management views give following information sql server 2005.
- the table undergone full table scan
- the query caused table undergo full table scan
- time of scan
- time taken completing scan
- number of records returned query
- total number of records in table @ time of scan.
i tried in of dmv articles not figure out required dmv query. if impossible achieve in sql server 2005, can please provide 2008 version of this?
the following sys.dm_db_index_usage_stats should give of that. 5 , 6 wont possible though.
Comments
Post a Comment