I already have that one, I am looking for the meaning of 0x0422 and 0x0424.
I already found the course, the database file grew four times with 10% with a total of 7GByte. Very strange, as in the properties I can see that it has now 12GByte of free space.
So it was not the memory, but the disk IO. That's also stated in WaitTypes.htm:
PAGEIOLATCH_x
Short-term synchronization objects used to synchronize access to buffer pages. PageIOLatch is used for disk-to-memory transfers
If the wait is significant, it normally suggests disk I/O subsystem issues. Check PhysicalDisk counters.
Lex
Main Topics
Browse All Topics





by: ram2098Posted on 2004-07-22 at 03:42:19ID: 11610888
Check the Site for different wait types. tTypes.htm
http://sqldev.net/misc/Wai
This is a memory related issue and it happens when the memory consumption on SQL Server is too high.