I am trying to restore database data using the following command from a large .sql file
"Type myfile.sql | sqlsmd –S server –U username –P password"
I get the following error:
Sqlcmd: Error: Scripting error.
I am unable to open the file, there is not enough memory.