get_query_plan
Retrieve the estimated execution plan for a SQL query to analyze performance before execution.
Instructions
Get the estimated execution plan for a SQL query (without executing it)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query to analyze | |
| database | No | Database name (uses connection default if omitted) | |
| server | No | Target server name (uses default if omitted) |