Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQLCMD and Batch File magic

    Here is my solution, might need some improvements.

    @echo off

    cls

    set /p SName=Server Name :

    set /p UName=User Name :

    set /p Pwd=Password :

    set /p DbName=Database Name :

    :begin

    if exist _Deploy.txt del _Deploy.txt

    IF...

Viewing post 1 (of 1 total)