analyze_query_performance
Identify slow queries and bottlenecks using execution statistics from DMVs to optimize database performance.
Instructions
Analyze query performance using execution statistics DMVs to find slow queries and bottlenecks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Number of results to return (default: 10) | |
| schema | No | Schema name (default: dbo) |