get_execution_plan
Retrieve the execution plan for a SQL query on a specified SQL Server connection to analyze query performance and identify optimization opportunities.
Instructions
Get execution plan for a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze | |
| connection | Yes | Connection name to use |