Viewing 2 posts - 1 through 3 (of 3 total)
Test db only.
With one table where is just one record.
create table test (test int);
go
insert test select 1;
My question is:
How to completely clear buffer pool (same state as when...
March 27, 2011 at 3:07 pm
#1304127
Hi, thank you for comment,
but it is not clear for me.
I did dbcc dropcleanbuffers;
and after that the data won't be in the buffer pool?
March 27, 2011 at 1:23 pm
#1304098