December 20, 2012 at 7:44 am
Hi,
I'm using DBCC Page to investigate data on specific pages. My question is: Does DBCC Page show pages that are in the cache, or pages on disk, or both please?
Thanks
December 20, 2012 at 7:52 am
It can read any page that is in the database. Like with all other operations that read pages, it will read the page from cache. If the page isn't in cache, it's brought into cache first and then read.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 20, 2012 at 7:59 am
That makes sense, thanks for your help.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply