SPIDs blocking one another with PAGELATCH_EX last wait types
i am seeing a recurrence of SPIDs that are blocking themselves with lastwaittypes of pagelatch. I am concerned about the buffer pool needing more memory as it currently has the 2gb native x86 on it and contains databases that are up to 26 GB.
The latch waits aren't really an indication of memory limitations. Starting with SQL 2000 sp4 the waittype column is populated when the spid is waiting on latches. It is possible, and normal, for the situation you describe to appear. See this article for some more information: http://support.microsoft.com/kb/906344/en-us
SPIDs blocking one another with PAGELATCH_EX last wait types
SPIDs blocking one another with PAGELATCH_EX last wait types
Kimmy
The latch waits aren't really an indication of memory limitations. Starting with SQL 2000 sp4 the waittype column is populated when the spid is waiting on latches. It is possible, and normal, for the situation you describe to appear. See this article for some more information: http://support.microsoft.com/kb/906344/en-us