I'm using SQL Server on Windows 8, 32bit, 2GB memory. I want to execute a .sql
file of 3.5 GB size.
Tried doing:
.sql
, to reduce redo log size - NO LUCKWould .bak
file help ?
Is there (I hope there is) a way to do what I'm trying to do, in a good way ?
Thank you.
In the Connect to Server dialog box, in Server name, select the name of your SQL server instance, and then click Connect. In Microsoft SQL Server Management Studio, on the menu, select File > Open > File. In the Open File dialog box, browse for the script file, and then click OK.
According to msdn https://msdn.microsoft.com/en-us/library/ms170572.aspx
1) Open a command prompt window.
2) In the Command Prompt window, type: sqlcmd -S myServer\instanceName(local) -i C:\myScript.sql(path where sql script exists)
3) Press ENTER.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With