March 31, 2011 at 1:32 pm
Hello,
I am getting the following error while restoring one of the database; can somebody pls tell me whether this error means the backup copy is corrupted. TNX
Note - error message is attached
March 31, 2011 at 1:56 pm
Are you restoring to the same server as the backup was taken?
March 31, 2011 at 2:07 pm
yes, but I also tried to restore it in different server and I am getting the same error,
I am using SSMS, is there a way I can repair the corrupted file
Tnx
March 31, 2011 at 2:43 pm
One cause of the error is trying to restore to a earlier SQL Server version - for example, trying to restore a 2008 backup to a 2005 server. This is the only situation where i have seen the error.
You may try taking another backup and trying to restore from it to see if you get the same error. This would tell you if it is the backup media error or something in the backup/restore process.
March 31, 2011 at 4:58 pm
I did a search on the error message and see a variety of causes. Perhaps you could give more details about your environment. What causes have you ruled out ?
March 31, 2011 at 8:23 pm
The current db in 2005 and it is corrupted; so I am trying to restore it from one of the old backup copy and that's when
I am getting this error. Tnx
March 31, 2011 at 9:19 pm
Download SQLBAKReader (link in my sig) to check if the backup set(s) in your backup file is of the same or older version as the SQL Server instance you are trying to restore the backup set on. That will also tell you if the backup header is corrupted i.e. you are seeing junk in the output or the app hangs!.
SQL BAK Explorer - read SQL Server backup file details without SQL Server.
Supports backup files created with SQL Server 2005 up to SQL Server 2017.
March 31, 2011 at 9:36 pm
I ran SQLBAKreader and I was able to figure out that this bakup copy was from another server which is actually sql 2008; I am not sure how it got there with other sql 2005 backups
Thanks so much!
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply