Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
We are excited to release another early technical preview of the JDBC Driver for SQL Server. You can get the precompiled binaries here and the jars have also been released on Maven Central.
Below is a summary of the new additions to the project, changes made, and issues fixed.
Added
Changed
Fixed Issues
Getting the Preview Refresh
You can find the latest bits on our GitHub repository and Maven Central. Add the JDBC preview driver to your Maven project by adding the following code to your POM file to include it as a dependency in your project.
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.1.2.jre8-preview</version>
</dependency>
We provide limited support while in preview. Should you run into any issues, please file an issue on our GitHub Issues page.
As always, we welcome contributions of any kind. We appreciate everyone who has taken the time to contribute to the project thus far. Going forward, we plan to continue addressing issues and pull requests filed/made by the community. We are excited to work more closely with the community to continue to bring the best support for Java applications connecting to SQL Server.
Andrea Lam (andrela@microsoft.com)
Please sign in to use this experience.
Sign in