I am trying to connect to MS SQL server database from linux. I can connect with Microsoft SQL server management studio on windows to same. I am trying to use squirrel sql client. I am not sure about the driver I need to use and how to install it.
You want to get the JDBC driver from Microsoft and add it to the Squirrel classpath.
com.microsoft.sqlserver.jdbc.SQLServerDriver
Edit: adding JDBC URL example - The JDBC URL syntax for the Microsoft driver is explained here.
The general form of the connection URL is
jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
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