Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.6 KB

File metadata and controls

34 lines (27 loc) · 1.6 KB
title Display and Save Execution Plans | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology performance
ms.topic conceptual
helpviewer_keywords
Showplan results
execution plans [SQL Server]
queries [SQL Server], tuning
execution plans [SQL Server], how-to topics
SQL Server Management Studio [SQL Server], execution plans
tuning queries [SQL Server]
ms.assetid bcd6f094-c613-4835-ae19-4caaadb4bb17
author MikeRayMSFT
ms.author mikeray
manager craigg

Display and Save Execution Plans

This section explains how to display execution plans and how to save execution plans to a file in XML format by using Microsoft [!INCLUDEssManStudioFull].

Execution plans graphically display the data retrieval methods chosen by the [!INCLUDEssNoVersion] query optimizer. Execution plans represent the execution cost of specific statements and queries in [!INCLUDEssNoVersion] using icons rather than the tabular representation produced by the SET SHOWPLAN_ALL or SET SHOWPLAN_TEXT statements. This graphical approach is very useful for understanding the performance characteristics of a query.

In This Section