SQL Server - Dynamic Management Views - Full Table Scan -


i trying find out dynamic management views give following information sql server 2005.

  1. the table undergone full table scan
  2. the query caused table undergo full table scan
  3. time of scan
  4. time taken completing scan
  5. number of records returned query
  6. 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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -