December 2013
Intermediate to advanced
1872 pages
153h 31m
English
In addition to viewing the graphical execution plan in SSMS, you can also display the XML generated by the Query Optimizer that is used to represent the graphical execution plan. Right-click on the execution plan and select the Show Execution Plan XML option (see Figure 32.10).
FIGURE 32.10 Generating execution plan XML in SSMS.
Selecting this option opens a new XML editor window with the SHOWPLAN_XML output generated by the query optimizer.