I have created a database in SQL Server Management Studio 2018. Now I want to restore it on another server in SQL Server Management Studio 2012.
I have tried it by creating a .bak
file and .sql
file but the file size is approx. 2 GB which cannot be restored in the SQL Server Management Studio of that server.
It is showing an "Out of Memory Exception".
I have also tried by importing the records into EXCEL file but all the records cannot be exported to excel file as it contains more than 1,600,000 rows.
How to restore that database to another server which has lower version of SSMS.