Configuration to use another domain account to login Sql Server with Windows Authentication Follow
Answered
I have several domain accounts with different authentication of different servers one from another. Since the connection works only with Windows Authentication, the official way would be switching Windows logins.
Then I create a shortcut using "run as" command line to start SSMS in behelf of different domain account, but it brokes while the password expires one month later.
Now I wonder if the DataGrip could configure in its connection options with explicit Windows Authentication account login/password.
Please contact me if something above was fuzzy.
Thanks very much
Yang
Please sign in to leave a comment.
67855,
You can try a workaround with jTds jdbc driver mentioned in https://stackoverflow.com/questions/11234931/windows-authentication-for-sql-server-using-jbdc-on-a-mac
Also, I created an issue DBE-9818