The Plan tab displays a GUI representation of an execution engine’s plan for the currently running SQL text, and helps you understand the performance and statistic characteristics of the currently running query.
The top half of the Plan tab shows the logical flow of the operators used in the plan in a tree-based, hierarchal structure, with each operator a separate node of the tree. The cost of each operator is based on the cost model used by the query processor. Each operator node in the tree is costed relative to other nodes, which makes it easier to identify operators based on their costs.
Each node includes tooltip text (text that appears when you move your mouse over the node) that provides details about each operator, so you do not have to select the nodes to compare details between operators.
Plan Tab Information | Description |
---|---|
Details | Shows the details of the operator statistics as:
|
XML | Shows the result set as XML output. |
Text | Shows the text version of the query plan (the same as the output of
showplan). |
Advanced | Includes:
|