When I run only script data in SQL Server 2008 R2, it shows this error:
Unable to execute script
Additional Information:
An exception of type "System.OutOfMemoryException" has been thrown. (Mscorlib)
The script file size is 115MB , and this is only data.
When I open this script file, it shows:
Document contains one or more extremely long lines of text. These lines cause the editor to respond slowly when you open the file . Do you still want to open the file ?
I run only the script schema, and then only for the script data.
Is there any way to fix this error?
source share