Index Usage Statistics - Reports

  • Hi All,
    I am looking at the default reports in SQL 2016 the Index Usage/Operational Statistics and trying to understand what the different columns mean whether the numbers are good or bad. I have googled for a explanation does anyone have any blogs or reference material that explains these reports?

    Thanks

  • I generally do not run this Report  much for gathering Index usage stats ( operational) . Some good information is provided in this link . 

    https://www.sqlshack.com/gathering-sql-server-indexes-statistics-and-usage-information/

  • ringovski - Wednesday, August 15, 2018 5:57 PM

    Hi All,
    I am looking at the default reports in SQL 2016 the Index Usage/Operational Statistics and trying to understand what the different columns mean whether the numbers are good or bad. I have googled for a explanation does anyone have any blogs or reference material that explains these reports?

    Thanks

    Check the definitions of the columns in the documentation of the views for index usage and index operational stats:
    sys.dm_db_index_operational_stats
    sys.dm_db_index_usage_stats

    Sue

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply