August 6, 2004 at 7:38 am
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
August 6, 2004 at 7:53 am
try the query
select name from sysobjects where id=2057058364
this should tell you the table name
MVDBA
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy