Currently, I'm using SQL Server Management Studio (SSMS) to connect to remote SQL Server. And we are using command-line to connect to that server.
$ path\to\runas.exe /netonly /user:DOMAIN\USERNAME "path\to\Ssms.exe -S ip.xxx.yyy.zzz"
How can I connect to the same remote database using DBeaver ? I kept getting
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Other info :
- Authentication method : Windows Authentication
- SQL Server Version : 12.0.5000 SP2
- DBeaver Version : 6.2.2.x
- There is a prompt for password when we use the command-line.