detect_query_bottlenecks
Identify query performance bottlenecks in SQL Server databases. Analyze execution data and filter by severity to pinpoint problematic queries and optimize database operations.
Instructions
Detect and analyze query bottlenecks in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of bottlenecks to return (optional, defaults to 10) | |
| database | No | Database name (optional) | |
| severity_filter | No | Filter by severity level: LOW, MEDIUM, HIGH, CRITICAL (optional) |