Skip to content

Commit 447aba3

Browse files
Merge pull request #24446 from AndreasWolter/patch-22
permissions-update
2 parents 5b4b0b8 + 6e66bc2 commit 447aba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/database-console-commands/dbcc-freeproccache-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ DBCC FREEPROCCACHE [ ( COMPUTE | ALL ) ]
7979
Purge the query plan cache from each Compute node and from the Control node.
8080

8181
> [!NOTE]
82-
> Starting with [!INCLUDE[sssql16-md](../../includes/sssql16-md.md)], the `ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE` to clear the procedure (plan) cache for the database in scope.
82+
> Starting with [!INCLUDE[sssql16-md](../../includes/sssql16-md.md)], `ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE` can be used to clear the procedure (plan) cache for the current database.
8383
8484
## Remarks
8585
Use DBCC FREEPROCCACHE to clear the plan cache carefully. Clearing the procedure (plan) cache causes all plans to be evicted, and incoming query executions will compile a new plan, instead of reusing any previously cached plan.
@@ -120,7 +120,7 @@ Applies to: [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE
120120
- Requires ALTER SERVER STATE permission on the server.
121121

122122
Applies to: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]
123-
- Requires server administrator permissions.
123+
- Requires membership in server role `##MS_ServerStateManager##`.
124124

125125
Applies to: [!INCLUDE[ssSDW](../../includes/sssdw-md.md)]
126126
- Requires membership in the DB_OWNER fixed server role.

0 commit comments

Comments
 (0)