Hey all;
My DB has started giving this error:
Server: Msg 644, Level 21, State 3, Line 1
Could not find the index entry for RID '16b823ff247f1786489b7894321e86dff2000040400000000000000000000000000' in index page (1:86393), index ID 0, database 'EzyBoard'.
Connection Broken
when I run a query with a particular parameter.
says to fix the problem I need to find the table and index from the index page number (86393);
So the question is, how to I convert an index page number to the name of a table and index?
My DB has started giving this error:
Server: Msg 644, Level 21, State 3, Line 1
Could not find the index entry for RID '16b823ff247f1786489b7894321e86dff2000040400000000000000000000000000' in index page (1:86393), index ID 0, database 'EzyBoard'.
Connection Broken
when I run a query with a particular parameter.
says to fix the problem I need to find the table and index from the index page number (86393);
So the question is, how to I convert an index page number to the name of a table and index?