|
Hi, I'm seeing the following entries in the SQL Server error log. Query parallelism is ENABLED in the server. It seems like a Deadlock but it is not I hope. 2010-01-02 01:37:09.36 spid76 DBCC CHECKDB (XPlanner) executed by sa found 0 errors and repaired 0 errors. Anyone have any experience with this error message? Thanks
(comments are locked)
|
|
I agree with other post, it is deadlock... Check the following article... http://support.microsoft.com/kb/832524 Check also Bart Duncan blog... blogs.msdn.com/bartd/archive/2008/09/24/today-s-annoyingly-unwieldy-term-intra-query-parallel-thread-deadlocks.aspx
(comments are locked)
|
|
That's a deadlock message. It's showing the victim and the resources that were deadlocked on. You may want to look into that closely because, I think, spid=4 means that it's a system process that was chosen as the deadlock victim. Thans - It looks like deadlock message but I don't see 2 SPIDs involving here(In deadlock sitution genearally we see 2 or more SPIDs in the contention). I almost get this on alternate days.
Jan 05 '10 at 05:57 PM
Ken13
(comments are locked)
|
|
spid4 is the deadlock monitor, so that's normal. What version of SQL Server are you running? is it 2000? I have a feeling that what you have here may be a parallelism bug, which is why you only see one spid (94) involved
(comments are locked)
|

