REM  Replace the values accordingly in line 3 and remove the surrounding parentheses.
REM  Example: SQLCMD.EXE -SMYDBSERVER01\DAU -Usa -Ppassword123! -i "C:\Aiwyn\Update_DWRAWCTL_CTLCDC.sql"
SQLCMD.EXE -S(Server\instancename) -U(username) -P(password) -i "C:\Aiwyn\Update_DWRAWCTL_CTLCDC.sql"
