--Remove all clean buffers from the buffer pool
DBCC DROPCLEANBUFFERS
Obviously, you don't want SQL to drop dirty buffers. These must be written to disk before they can be dropped. See SQL BOL for more details on these DBCC commands.
If you want to get the best answer for your question read faq183-874 and faq183-3179. Terry L. Broadbent - DBA
SQL Server Page:
Hi,
Regarding the dbcc dropcleanbuffers method, I see that inspite of running it, my physical reads are 0 & all the data is still read logically. I wanted to know if I can clean the all the pages & read from the db file on the disk & then wanted to measure the statistics for that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.