Skip to content

Commit 7094a95

Browse files
authored
Merge pull request MicrosoftDocs#406 from yuharucan/patch-1
Update dbcc-dropcleanbuffers-transact-sql.md
2 parents 7ed8c61 + 21aa2c2 commit 7094a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ DBCC DROPCLEANBUFFERS ( COMPUTE | ALL ) [ WITH NO_INFOMSGS ]
5757
Suppresses all informational messages. Informational messages are always suppressed on [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)].
5858

5959
COMPUTE
60-
Purge the query plan cache from each Compute node.
60+
Purge the data cache in memory from each Compute node.
6161

6262
ALL
63-
Purge the query plan cache from each Compute node and from the Control node. This is the default if you do not specify a value.
63+
Purge the data cache in memory from each Compute node and from the Control node. This is the default if you do not specify a value.
6464

6565
## Remarks
6666
Use DBCC DROPCLEANBUFFERS to test queries with a cold buffer cache without shutting down and restarting the server.

0 commit comments

Comments
 (0)