Skip to content

Commit 6e66bc2

Browse files
better text for ALTER DATABASE SCOPED CONFIGURATION CLEAR PROCEDURE_CACHE
1 parent 18f85a3 commit 6e66bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)