The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
MS SQL server connection parameters?
Hello,
We are using an MS SQL server local installation (on a laptop) and Microsoft SQL Management Server Studio to perform queries.
How can I connect to this database? Do I need to add a custom JDBC driver or not? And what are the parameters I
need to enter when specifying the connection (as given in your instruction video ( which link I cannot use)
Best regards,
Ruud
0
Answers
yes, you need to have a JDBC driver. The parameters are documented on the homepage of the MS SQL JDBC driver:
https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver15
The exact settings depend on your database. For example, if you use integrated authentication or database users with passwords.
Which link didn't work for you?
Regards,
Balázs