Graphical Execution Plan Icons (SQL Server Management Studio)
The following icons displayed in the SQL Server Management Studio graphical execution plan represent operators used by SQL Server to execute statements. For more information, see Logical and Physical Operators Reference.
Operators that are executed in parallel are displayed with the following parallel process icon above the operator.
Icon |
Operator |
---|---|
The following icons displayed in the graphical execution plan represent the Cursor Logical and Physical Showplan Operators used by SQL Server to execute statements.
Icon |
Cursor physical operator |
---|---|
The following icons displayed in the graphical execution plan represent the Parallelism Showplan Operator physical operators used by SQL Server to execute statements.
Icon |
Parallelism physical operator |
---|---|
The following icons displayed in the graphical execution plan represent the Transact-SQL language elements used by SQL Server.