Hi, I have an SQL Server connection database that works properly on HeidiSQL 11 GUI (see attachment).
Now, if I try to do same thing from command line it doesn't work :(
heidisql.exe -n=4 -h=192.168.1.30\SQL2016 -u=sa -p=MYPASSWORD -D=MYDATABASE
I also tried to set port (-P=0) but nothing.
What am I doing wrong? How should I do it?
Thank you in advance for any useful information about it.