Question

I'm facing a huge problem. I'm trying to restore a database to a newer version of SQL server. I have been told that it is possible to go upwards - to newer versions - but never backwards.

The .bak file was saved with SQL Server 2008 R2 (10.50.1600) and i'm currently working with SQL server version 2012

Unfortunately i read the following error:

The media family on device 'c:****' is incorrectly formed. SQL Server cannot process this media family.

Can anyone help me to restore this database? Thanks in advance

Was it helpful?

Solution

You can try generating script with 'Schema and data' option.

OTHER TIPS

The backup file can be corrupted, or it can be from newer version of SQL Server. Try getting fresh backup and restoring it. Restoring SQL Server 2008 R2 backups on SQL Server 2012 is fully supported. And double check the target instance name. Maybe by accident you're trying to restore not in intended instance. It happens :-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top