error Msg 2511 in sql server

  • Hi all,

    When i am running dbcc on my database , i am receiving following error.

     

    Server: Msg 2511, Level 16, State 2, Line 1

    Table error: Object ID 341576255, Index ID 0. Keys out of order on page (3:215815), slots 31 and 32.

     

    anybody has any idea about it? Thanx in advance.

  • You probably have a corrupt index in the database.  Drop and recreate the indexes to fix.

    Greg

    Greg

  • Hi Nikil,

    Run this commnd to to see the exact erro.

    DBCC checktable tablename

    if u have a currupt index just drop it and recreate it.

     

    hope this help u

    from

    KIller

  • Thank you very much for your reply.

    I already run dbcc checktable command and i found one of my table currupted. so drop clustered index and recreated it. now its workd absolutely fine.

    Thanks again.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply