Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Query Details view provides various views with detailed information on each query.   The Query Details view is comprised of the following tabs:

...

The Plan Diagram is a visual representation of the query execution plan (actual or estimated) available in XML format in SQL Server. The Plan Diagram displays a view of the tree of operations that make up a query.   This tree shows individual operation nodes, pertaining graphical execution plan icon, along with basic information such as operator name and operation percentage of total cost. Click image to view full size.

...

The Plan XML tab of the Query Details window displays the actual XML of the query execution plan. It has a syntax-highlighting (color-coded) XML viewer.   Click image to view full size.

...