SqlServer arguments

Benodilo's profile image Benodilo posted 3 years ago in Creating a connection Permalink

Hello,

I trie to connect to SQLServer with commande line with parameters : -h IP -n 4 -l MSOLEDBSQL -u user -p password

But i have a error message "Error SQL (0) Login timeout expired"

With graphical interface thats work fine (capture join) !

What is wrong or missing in my parametters ?

Thks for you help.

Best regards.

1 attachment(s):
  • capture
Benodilo's profile image Benodilo posted 3 years ago Permalink

I find... We mustr add the port argument : -h IP -n 4 -l MSOLEDBSQL -u user -p password -P 1433

Please login to leave a reply, or register at first.