May 29, 2005 at 12:25 am
I have installed SQL Server SP4 in one of my Production Box. After we deployed SP4, there are SPIDs blocking on its own and it vanishes right away. Even simple select statement also sometimes getting blocked by its own. I went in more detail and found out a wait type of PAGEIOLATCH_SH sysprocesses system table for this specific SPID. I know its because of shorterm synchronization objects. Why this is shown in sp_who 'active' as a block by its own instead of just a waittime? We are seeing this issue right after we installed SP4. While we upgraded SP4 we also upgraded our server to 10 GB. Is that matter if we have more memory and if we request more data from a specific drive will there be PAGEIOLATCH_SH lock?
Thanks in advance.
Mani
May 31, 2005 at 4:11 am
Hi Mani,
I recieved an error of similar nature not too long ago... It could be that the subsystem cannot keep with SQL Server, thus with the extra memory, SQLServer is operating too fast for your harddisk and it this is causing the wait latch...
Check out
http://www.sqldev.net/articles/WaitTypes.htm
http://msdn.microsoft.com/sql/default.aspx?pull=/library/en-us/dnsqldev/html/sqldev_04222005.asp
Martin
June 13, 2005 at 8:35 am
We are also hitting this problem, and AWE is not enabled.
March 19, 2007 at 1:35 pm
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply