detect_query_bottlenecks
Detect and analyze query bottlenecks in your SQL Server database, with optional severity filtering and result limits for focused performance optimization.
Instructions
Detect and analyze query bottlenecks in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (optional) | |
| limit | No | Maximum number of bottlenecks to return (optional, defaults to 10) | |
| severity_filter | No | Filter by severity level: LOW, MEDIUM, HIGH, CRITICAL (optional) |