1 out of 2 rated this helpful - Rate this topic

DBCC DROPCLEANBUFFERS

SQL Server 2000

Removes all clean buffers from the buffer pool.

Syntax

DBCC DROPCLEANBUFFERS

Remarks

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

Result Sets
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Permissions

DBCC DROPCLEANBUFFERS permissions default to members of the sysadmin fixed server role only, and are not transferable.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.