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 you have any solutions?
the solution is to use the "", in this case:
-P "$test"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With