Click here to Skip to main content
15,885,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can SQL Server 2016 SP2   restore to    SQL server  2008 R2? 


What I have tried:

Can SQL Server 2016 SP2   restore to    SQL server  2008 R2? 
Posted
Updated 27-Dec-18 22:27pm
Comments
MadMyche 28-Dec-18 12:42pm    
How complex is this? Are we talking a plethora of databases containing dozens of tables or?
While this won't change the simple answer "no", it will give the users here an idea of what is the best route to take you down.
-----------------
Help us help you!

No.
You can (sometimes) restore an earlier version backup to a later version SQL server, but you cannot restore a later version backup to an earlier version.
 
Share this answer
 
OriginalGriff is right, however there are tools to convert databases that might be able to do this. Most of these tools are paid, but the free version of Power Architect might be able to do it: https://www.slant.co/topics/10827/viewpoints/7/~relational-database-design-and-modelling-tools~sql-power-architect[^]
Also see: https://www.slant.co/topics/3250/~relational-database-migration-tools[^]
 
Share this answer
 
v2
Another option would be to write your own conversion utility, here is an example that converts SQL Server to PostgreSQL. Only thing you need to do is change PostgreSQL to SQL Server 2008 :)
Convert SQL Server Database to PostgreSQL[^]
Btw, we dropped SQL Server in favor of PostgreSQL a long time ago, and never regretted it !
 
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