@echo off sqlcmd -S %SSMS_SERVER_NAME% -U %SSMS_USER_NAME% -P %SSMS_USER_PASSWORD% -i ^ .\drop-create\drop-create-Database.sql ^ -r1 1> NUL