Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

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 :-)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top