Is there a way to specify the authentication method (SQL Server or Windows Authentication) when connecting to SQL Server with DataGrip?
I have tried configuring using both the SQL Server(jTDS) and the SQL Server(Microsoft) drivers and don't see an option on either.
Change authentication mode with SSMSIn SQL Server Management Studio Object Explorer, right-click the server, and then click Properties. On the Security page, under Server authentication, select the new server authentication mode, and then click OK.
2.3 Enabling SQL Authentication or Mixed AuthenticationRight-click the server you wish to modify and then click Properties. Select the Security Page. Under the Server authentication heading choose either the desired authentication: Windows Authentication or SQL Server and Windows Authentication mode. Click OK.
JetBrains DataGrip is a cross-platform IDE for SQL with first-class support for Microsoft SQL Server and other databases and DDl sources.
With the jTDS Driver:
This is dependent on the settings for the connection/data source.
i.e. To set up a connection for Windows Authentication:
If you don't specify the domain in step 2, it will assume you are doing a SQL Server Authentication login attempt.
With the Microsoft Driver:
I couldn't get this to work on OS X, but most people seem to have no issues on Windows.
n.b. you may have to also set this property for the actual Driver as well, on OS X i was getting continually "This driver is not configured for Integrated Authentication", but that could be OS X thing.
Hope this helps.
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