sql server: clean database pages from buffer

Chirag Sachdeva 281 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
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,841 questions
{count} votes