sql server: clean database pages from buffer

Chirag Sachdeva 301 Reputation points
2021-02-06T09:03:24.727+00:00

How to clean all database pages from the buffer.

I ran below commands
checkpoint
dbcc dropcleanbuffers

and still when I am reading some data from the database it is showing logical reads means pages read are from memory not from disk. Please help.

64758-image.png

SQL Server | Other
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.