Anoop
Anoop

Reputation: 2101

How can I restore SQL Server 2000 from corrupted backup files?

I am using SQL Server 2000. I have a corrupted backup file. How can I restore the database from that corrupted backup file? Any help or suggestions really appreciated.

Upvotes: 0

Views: 378

Answers (1)

MatthewMartin
MatthewMartin

Reputation: 33143

Do you have a specific error? Right now your only hope is the file is actually okay, but you aren't using the right syntax or what have you to restore it. Products like SQL log explorer exist--which allow you to look into proprietary format of the log files, but I've never seen anything comparable for the backup file.

Upvotes: 1

Related Questions