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.
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.
Icon | Language element |
---|---|
See Also
Reference
Displaying Graphical Execution Plans (SQL Server Management Studio)