Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: Passing multiple values into a SQLCmd script

    Hi,

    I'm also trying to pass multiple parameters and get an error.

     

    The .bash file:

    echo "Update RCM Database"

    sqlcmd -v module_name=$5 version_major=$6 version_minor=$7 version_sub=$8 version_build=$9 -S $1 -U $2 -P $3 -d $4...

Viewing post 1 (of 2 total)