Skip to content

Commit c90083b

Browse files
author
Dan Taylor
committed
Update to support MI
1 parent ace4901 commit c90083b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/performance/compare-and-analyze-execution-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: rwestMSFT
1919
ms.author: randolphwest
2020
---
2121
# Compare and Analyze Execution Plans
22-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
22+
[!INCLUDE [sql-asdbmi](../../includes/applies-to-version/sql-asdbmi.md)]
2323
This section explains how to compare and analyze execution plans by using Microsoft [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. This feature is available starting with [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] v17.4.
2424

2525
Execution plans graphically display the data retrieval methods chosen by the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Query Optimizer. Execution plans represent the execution cost of specific statements and queries in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] using icons rather than the tabular representation produced by the [SET SHOWPLAN_ALL](../../t-sql/statements/set-showplan-all-transact-sql.md) or [SET SHOWPLAN_TEXT](../../t-sql/statements/set-showplan-text-transact-sql.md) statements. This graphical approach is very useful for understanding the performance characteristics of a query.

0 commit comments

Comments
 (0)