Error 8646 - index entry not found

  • I am getting the Error 8646 (SQL Server 2000), which is listed as severity 21.  The standard message is [The index entry for row ID %.*hs was not found in index ID %d, of table %d, in database '%.*ls'.]

    My actual text is [The index entry for row ID was not found in index ID 58 of table 2057058364 in database HS1Data]

    I do not have a table by the name of '2057058364'.

    Online Books offers nothing beyond this description.

    What is the meaning?  What do I do?

    Mike 

  • try the query

    select name from sysobjects where id=2057058364

    this should tell you the table name

    MVDBA

Viewing 2 posts - 1 through 1 (of 1 total)

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