I have a SQL script file that has size of 3.55 GB. When I try to open it in SQL Server, I get an error
System.outOfMemoryException
I have only script option to import data because in my local PC I have SQL Server 2012 and in my live domain I have SQL Server 2008 R2 so I generated SQL Server 2008 R2 scripts with data.
Can any one help me with this?
SQLCMDcommand-line utility provided with SQL ServerSQLCMD?? If it really doesn't work - well then you would have to create multiple, smaller SQL scripts to handle this situation .....