View execution plans
- Last UpdatedJan 04, 2023
- 1 minute read
- PI System
- PI SQL Client OLEDB 2021
- Developer
You can view the estimated execution plan and the actual execution plan in SSMS.
-
Start SSMS and connect to the database engine.
-
Click New Query in SSMS to open the Query Editor and enter a query.
-
Do one of the following:
-
To view the estimated execution plan, select Query > Display Estimated Execution Plan.
-
To view the actual execution plan, select Query > Include Actual Execution Plan and then click Execute to run the query.
The execution plan appears in the Execution plan tab in the Results pane.
-
-
To view additional information in either execution plan, hold the mouse over an operator icon to view the description and properties of the operator.