i try to access with sqlcmd by this command:
sqlcmd -U sa -P $test$ -S hostname -d db_test -i .\prova.sql > upgrade.log
but the login failed.
The password i correct, i think is a problem with special character, in this case the $.
Do yuo have any solutions?
Thanks F.