Any chance that service packs are different on those machines?
Main Topics
Browse All TopicsI create backups of an SQL database from a Windows Server 2008 using MS SQL 2008. I can restore the backup from another server that jas Windows Server 2003 and SQL Server 2008. The problem I am having is when I try to restore the same backup (that restores correctly on these 2 servers) to a remote server that uses Server 2003 and SQL 2005. For months now I have been restoring the daily backups to this remote server (either by copying via the network), from a backup tape, or from an external hard drive and then using the GUI to restore from the backup. About a week ago, I stopped being able to restore the same backup on the remote server that I can restore on the other 2 servers. The error I am getting is "The DRbackups\Procuranightlyba
I have tried running the backup using scripts, using the RESTOREHEADERONLY and every other suggestted way to run it that I found from previous questions from your website, from Microsoft's. The backup is NOT corrupt because I can restore the same backup on two other servers and have tried each day with different backups and still get the same error on this remote server. Please help!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
tt0wnsend, you are trying to restore a SQL Server 2008 database in SQL Server 2005 instance.
SQL Server 2005 came before SQL Server 2008 so I think won't be possible to restore there the database backup you have.
Anyway check if the database backup isn't compressed because SQL Server 2005 doesn't work with compressed backups.
Good luck
I was confused by
"For months now I have been restoring the daily backups to this remote server (either by copying via the network), from a backup tape, or from an external hard drive and then using the GUI to restore from the backup."
and all the Windows and MSSQL versions ...
This should never have worked, for the reasons already stated (no version downgrade).
Ihttp://www.devx.com/dbzon
http://stackoverflow.com/q
By default you won't be able to restore SQL Server 2008 backup to SQL Server 2005, however the tutorials above might help.
Business Accounts
Answer for Membership
by: rrjegan17Posted on 2009-07-17 at 02:44:42ID: 24877103
>> The problem I am having is when I try to restore the same backup (that restores correctly on these 2 servers) to a remote server that uses Server 2003 and SQL 2005.
ckup.bak is incorrectly formed. SQL Server cannot process this media family. RESTORE HEADER ONLY is terminating abnormally - MS SQL Server Error 3241)"
You wont be able to restore a backup taken from SQL Server 2008 machine to a machine running SQL Server 2005.
Backward compatibility is supported whereas Forward compatibility is not supported.
What I am saying is 100% correct as you have received the error message as "The error I am getting is "The DRbackups\Procuranightlyba
>> SQL Server cannot process this media family
SQL server 2005 will not be able to process media family or backups taken from SQL Server 2008.
Hope this helps