Query statistics dashboard

How can we help?
< All Topics
Print

Query statistics dashboard

Shows query statistics for all queries, except for stored procedure executions. To see stored procedure execution statistics use the “Procedure statistics” dashboard.

Information about every query and it’s metrics for every sample can be seen:

Corresponding view in the Performance Store database:
dbo.v_query_stats
dbo.v_query_stats_current (shows query stats for the latest sample)

Other relevant views in the Performance Store database:
dbo.v_procedure_stats
dbo.v_procedure_stats_current (shows procedure stats for the latest sample)

Table of Contents