mssql_analyze_indexes
Analyze index usage statistics and identify missing indexes recommended by the query optimizer. Optionally filter by table name.
Instructions
Analyze index usage (seeks/scans/lookups/updates per index) and list potentially missing indexes suggested by the query optimizer. Optionally filter usage stats by table name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | No | Optional: only show index usage for this table. | |
| response_format | No | Response format (default: markdown) | markdown |