Questions tagged [mssql-jdbc]

For specific questions on Microsoft's JDBC driver for their SQL Server product.

For specific questions on Microsoft's JDBC driver for their SQL Server product.

Microsoft JDBC Driver for SQL Server

Related tags:

603 questions
5
votes
1 answer

Provide SSL certificate to SQL Server via JDBC

The Microsoft JDBC SSL documentation details the use of a Java keystore in order to specify a certificate bundle to use when validating the TLS connection. Is there a way to provide a certificate bundle without needing to store it within a JKS when…
Trent
  • 2,328
  • 3
  • 33
  • 51
5
votes
1 answer

Set mssql-jdbc_auth with Maven

Hi i have following Problem with mssql-jdbc_auth-.dll if i manually add it to my path it works but since i use mave this is not the way in wanna go :(. i put following lines to my pom.xml