Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I have database backup taking on sql server 2008 R2 whose product version : 10.50.1600
and I want to restore it on sql server 2008 R2 whose product version : 10.0.2531.
But while restoring , i got error that "the database backup cannot be restored because it is not compatible".

I am in big trouble with this , how can i restore database in this condition.

What I have tried:

I have database backup taking on sql server 2008 R2 whose product version : 10.50.1600
and I want to restore it on sql server 2008 R2 whose product version : 10.0.2531.
But while restoring , i got error that "the database backup cannot be restored because it is not compatible".
Posted
Updated 25-Apr-16 1:36am
Comments
Nigam,Ashish 25-Apr-16 6:19am    
You can not restore upper version database in lower version.
Herman<T>.Instance 25-Apr-16 6:47am    
exactly!

1 solution

As mentioned in the comments and in the error message, you cannot. I suggest upgrading your sql server. If you cannot for some reason then you'll have to export your data using some tool and import it into the older version of sql. However, that will likely be a lot of work.
 
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