@echo off sqlcmd -S %SSMS_SERVER_NAME% -U %SSMS_USER_NAME% -P %SSMS_USER_PASSWORD% -i ^ .\deleting\delete-tables.sql ^ -r1 1> NUL