November 23, 2015 at 12:01 pm
Hi All,
Is there any easy way to detect SQL Server memory is getting paged out?
My SQL Server Version is:
Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64)
Thank you.
-Sam
November 24, 2015 at 3:22 am
My understanding is that SQL doesn't use page files
_________________________________________________________________
"The problem with internet quotes is that you cant always depend on their accuracy" -Abraham Lincoln, 1864
November 24, 2015 at 3:47 am
If Windows pages SQL's memory out to the page file, there will be a message in the error log. SQL doesn't use the page file itself.
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
November 26, 2015 at 7:55 am
Okay Thank you. Does sql always logs this message or only whenever large amount of working set trims will get logged in SQL ERRORLOG? Checking if there is any easy way, DMV or so to determine the same.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply