Scripts using DMVs like sys.dm_exec_query_stats to analyze query performance.
Displays execution statistics for scalar functions including caching time, execution count, and resource consumption.
Analyzes performance of queries using parallelism, showing execution statistics and degree of parallelism metrics for cached query plans.
Displays the heaviest queries in the plan cache with execution counts, logical reads, worker time, and execution timing metrics.
Monitors scheduler activity from the last 256 minutes using ring buffers to track CPU usage, page faults, and memory utilization.
Shows trigger execution statistics across databases with performance metrics and trigger type information.
Provides comprehensive execution statistics for database triggers including worker time, reads, writes, and execution plans.
Stored procedure execution analysis scripts.