February 13, 2007 at 11:55 am
Why am i receiving this message?
SQL Server Assertion: File: <proc.c>, line=1866 Failed Assertion = 'm_activeSdesList.Head () == NULL'.
From what i understand, that the server could handle parallel queries, thus causes deadlock.
Thanks.
February 16, 2007 at 8:00 am
This was removed by the editor as SPAM
February 16, 2007 at 11:19 am
February 18, 2007 at 1:13 pm
If you are not running at SQL 7.0 and SQL goes down because of this then the article suggested by Brian is applicable.
If you are not then can you please run DBCC CHECKDB on the database and let us know the result.
-Balmukund
February 18, 2007 at 5:14 pm
An assertion is typically raised when a program gets to a bit of C code that it shouldn't be possible to enter, or has been entered with wrong parameters. An assertion is raised by the developer to let them know of this bug and to prevent the code running any further and thus cause unknown further problems.
Call PSS to open the case, if it is the bug you will not be charged...
MohammedU
Microsoft SQL Server MVP
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply