SQL Server Assertion: File: , line=1866 Failed Assertion = ''m_activeSdesList.Head () == NULL''.

  • 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.

  • This was removed by the editor as SPAM

  • have you looked at

     

    http://support.microsoft.com/kb/240853

  • 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 

  • 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