Skip to content

Commit 9864162

Browse files
authored
Merge pull request #26346 from MicrosoftDocs/main
3/10/2023 PM Publish
2 parents 0148ebe + 9ccdb69 commit 9864162

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-fts-parser-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In addition to the preceding usage scenarios, `sys.dm_fts_parser` can help signi
126126

127127
## Permissions
128128

129-
Requires ALTER permission on the database, and access rights to the specified stoplist.
129+
Requires CREATE FULLTEXT CATALOG permission, and access rights to the specified stoplist.
130130

131131
## Examples
132132

docs/t-sql/statements/set-showplan-all-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "SET SHOWPLAN_ALL (Transact-SQL)"
33
description: SET SHOWPLAN_ALL (Transact-SQL)
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.date: 04/16/2020
6+
ms.date: 03/10/2023
77
ms.service: sql
88
ms.subservice: t-sql
99
ms.topic: reference
@@ -27,7 +27,7 @@ dev_langs:
2727
# SET SHOWPLAN_ALL (Transact-SQL)
2828
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2929

30-
Causes Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] not to execute [!INCLUDE[tsql](../../includes/tsql-md.md)] statements. Instead, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns detailed information about how the statements are executed and provides estimates of the resource requirements for the statements.
30+
Causes Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] not to execute [!INCLUDE[tsql](../../includes/tsql-md.md)] statements. Instead, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns detailed information about how the statements would be executed (a query plan) and provides estimates of the resource requirements for the statements and expected rows (cardinality estimation).
3131

3232
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: [Transact-SQL syntax conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
3333

0 commit comments

Comments
 (0)