New User ? Sign Up  |  Sign In  |  Help
ask
answer
discover
     
Search for questions :
My Profile
Categories

Jackthomson

Open Question Bookmark and Share

Resolve “Table Error: corrupt Index ID…” error message in SQL Database ?

HELP PLEASE!! Hi, I am currently working on Sql Server 2000. And our all company records are saved here. Today in the morning when I want to access a database table system replied an error message “Table error: corrupted Index ID” and all database tables become inaccessible. All important data is saved here so please help me to recover those and also repair server database.

139 day ago

    Comment(s) (0)
    Report Abuse
   Find Intereseting  
   E-Mail to Friends  
   Bookmark  
   Subscribe to Answer Alert  
No comments yet !!!     Be the first to comment
Answers (1)

johnrobert
In SQL Server Database, every page has a unique Index ID in its header. In any condition, if the Index ID corrupts due to any reason for a particular page that page will become inaccessible. The main reasons for getting corruption in Index ID are: virus attack, human errors, and unnecessary system shutdown. To overcome this issue the best option is to restore the database using current or updated database backup.

In case of backup issue, MDF Repair would be better option for you. It will try to resolve the issue and make accessible that page. But before any steps, first make sure about the causing reason. In case of hardware issue, swap them. But if the error persistent after swapping hardware, run DBCC CHECKDB command, it resolves almost SQL related issues.

But in a few condition it may become failure. So, on that case you should have an advanced and powerful MDF Repair tool or SQL Repair tool.


Posted 139 days ago

( 0 )
( 0 )
    Comment(s) (0)
   Report Abuse
No comments yet !!! Be the first to comment on this answer !!!

Email this question link to friends
You must enter email-address, if name is entered and vice-versa for each friend.
Friend #1 -
Friend #2 -
Friend #3 -
Friend #4 -
Friend #5 -
  Your comment on this question
Max Allowed : 5000 Characters Current Count : 0
  Your comment on this answer
Max Allowed : 5000 Characters Current Count : 0