|
kfarlee
Microsoft SQL Server Product Team
USA
9 Posts |
Posted - 06/07/2006 : 13:22:20
|
Unfortunately, this doesn't look good. Is there any possibility that the backup was generated with SQL 2005? There were some format changes which could have triggered this error. In that case I'd attempt restoring it using SQL 2005.
SQL 2005 has the option to add "WITH CONTINUE_AFTER_ERROR", which causes the restore operation to continue in the face of minor corruptions of the backup image. In this case, however, the backup file cannot be properly opened, so this would not apply.
Kevin Farlee SQL Server Engine PM |
 |
|