For SQL Server 2008
Estimated Execution Plan
There are several ways to generate an estimated execution plan:
- Select the "Display Estimated Execution Plan" from the tool bar
- Right click within the query window and select "Display Estimated Execution Plan"
- Select the Query menu and then the "Display Estimated Execution Plan" menu choice
- Press CTL-L
Actual Execution Plan
An actual execution plan requires the query to be executed. To enable the generation of the actual execution plan:
- Select the "Include Actual Execution Plan" button from the tool bar
- Right click within the query window and select "Include Actual Execution Plan"
- Select the Query menu and then the "Include Actual Execution Plan" menu choice
- Press CTL-M

Join the conversation! Your thoughts help the community grow.