Home:ALL Converter>Downgrade SQL Server 2008 r2 to SQL Server 2008

Downgrade SQL Server 2008 r2 to SQL Server 2008

Ask Time:2010-10-03T19:07:54         Author:Roy Amir

Json Formatter

I need to upload a .bak file to SQL Server. How can I downgrade the database from SQL Server 2008 R2 to SQL Server 2008

thanks

Author:Roy Amir,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/3849496/downgrade-sql-server-2008-r2-to-sql-server-2008
marc_s :

You cannot. Period. That's never been possible with SQL Server (and most likely never will be). \n\nIf you have a database backup file from a 2008 R2 version, you cannot under any circumstances and with any tricks or tools restore that into a 2008 version. Just cannot be done.\n\nYou need to either find a way to do this using scripting (e.g. script out the SQL structure and/or data), or you could use a structure/data comparison tool like Red-Gate SQL Compare and Red-Gate SQL Data Compare to compare two databases. With Red-Gate's tools, you can also compare a live 2008 database against a 2008 R2 backup file and move data between them.",
2010-10-03T11:11:42
yy