There are following ways to transfer a DataBase to a Lower Version of SQL Server .
1. Generate Scripts and then use them where you want the DB.
and than execute the generated scripts where you want to restore the data of the Database.
2. Export the Data Directly
0comments
Post a Comment