Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hi,

I try to restore database SQL 2008 to SQL 2012 but i have the same error :

Failed to restore the database "Base_Habilitation" data. (Microsoft.SqlServer.Management.RelationalEngineTasks)

System.Data.SqlClient.SqlError: The database was backed up on a server running Version 8.00.2039. This version is incompatible with this server, which runs the version of 11.00.2100. Restore the database on a server that supports the backup, or use a backup for this server. (Microsoft.SqlServer.SmoExtended)

it is possible to restore in this configuration?

thanks

jeremy
Posted

 
Share this answer
 
Comments
JeremH 8-Aug-13 3:47am    
I execute the HEADERONLY but i don't know what i must do with this informations
SQL Server 2012 doesn't support upgrading directly from SQL Server 2008. Perhaps, the simplest thing you can do is create an empty database on SQL Server 2008 and then use third party tools to read the backup and sync this newly created database with the backup.

You can find more answers here:
SQL Server database backup restore on lower version
 
Share this answer
 
Try this

Sql 2008- Sql 2012[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900