Blog Pages

sys.dm_db_index_usage_stats - indexes usage

SELECT * FROM sys.dm_db_index_usage_stats

Returns counts of different types of index operations and the time each type of operation was last performed.

No comments:

Post a Comment