use the command-line tool SQLCMD which is much leaner on memory. It is as simple as:
SQLCMD -d <database-name> -i filename.sqlYou need valid credentials to access your SQL Server instance or even to access a database
Taken from here.
use the command-line tool SQLCMD which is much leaner on memory. It is as simple as:
SQLCMD -d <database-name> -i filename.sqlYou need valid credentials to access your SQL Server instance or even to access a database
Taken from here.