You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/t-sql/database-console-commands/dbcc-dropcleanbuffers-transact-sql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ DBCC DROPCLEANBUFFERS ( COMPUTE | ALL ) [ WITH NO_INFOMSGS ]
57
57
Suppresses all informational messages. Informational messages are always suppressed on [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)].
58
58
59
59
COMPUTE
60
-
Purge the query plan cache from each Compute node.
60
+
Purge the data cache in memory from each Compute node.
61
61
62
62
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.
64
64
65
65
## Remarks
66
66
Use DBCC DROPCLEANBUFFERS to test queries with a cold buffer cache without shutting down and restarting the server.
0 commit comments