A MS SQL T-SQL script can be imported via the following command-line:
sqlcmd -U db_user -P db_password -d db_name -i c:\filename.sql
A MS SQL T-SQL script can be imported via the following command-line:
sqlcmd -U db_user -P db_password -d db_name -i c:\filename.sql