How to run dot SQL file from sqlcmd

SQLCMD -S ServerName -U UserName -P Password  -t 0 -d DatabaseName -i filename.sql

Comments

Popular Posts