May 11, 2009 at 12:31 pm
Hi,
I'm getting the following error messages due to latch timeouts and need some assistance please:
Timeout occurred while waiting for latch: class 'LOG_MANAGER'
Time-out occurred while waiting for buffer latch type 4 for page (1:982734)
I ran the following query to determine the exact timeouts duration and got the results below:
SELECT latch_class, waiting_requests_count, wait_time_ms, max_wait_time_ms
FROM sys.dm_os_latch_stats
ORDER BY max_wait_time_ms DESC
latch_class waiting_requests_count wait_time_ms max_wait_time_ms
----------- ------------------------ ---------------- -----------------
LOG_MANAGER 734 40984030 1273375
BUFFER 328954561 57944170 300000
Any help is greatly appreciated.
Thanks,
MCTS: BI 2008, MCITP: BI 2008
Stay Thirsty My Friends
May 12, 2009 at 2:25 am
How much phy memory on your Box ? How much you assign to SQL server ?
What kind of queries running while you getting this error ?
September 14, 2011 at 8:30 am
hi
How did you resolve this problem ? I am having same problem in QA. I am not able to change properties of database. can you help me out for this ?
Thanks in advance
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply