Microsoft Sql Server

The SQL course content is in line with the requirements for clearing the Microsoft SQL Server certification exam. You will be working on real-time projects and step-by-step assignments that have high relevance in the corporate world, and the course curriculum is designed by industry experts. SQL Server provides tutorials to help you learn new technologies and features. Tutorials for earlier versions can usually be used with more recent versions. When tutorials address a newer feature, they will indicate the minimum version to complete the tutorial. If a tutorial uses one of the Adventure Works databases, you should download and use. Azure SQL is a family of fully managed, secure, and intelligent SQL database services, built upon the same SQL Server engine. With Azure SQL, you can rehost SQL workloads on SQL Server on Azure Virtual Machines, modernize existing applications with Azure SQL Managed Instance, and support modern cloud applications with Azure SQL Database. We recommend Azure SQL Edge, a real-time data engine, optimized for IoT workloads that is backed by the security and performance of the same engine that powers SQL Server and Azure SQL. Stream, store, and analyze data at the source in connected, disconnected, or hybrid environments.

-->

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available on the Java platform. The driver downloads are available to all users at no extra charge. They provide access to SQL Server from any Java application, application server, or Java-enabled applet.

Download

Version 9.4 is the latest general availability (GA) version. It supports Java 8, 11, and 16. If you need to use an older Java runtime, see the Java and JDBC specification support matrix to see if there's a supported driver version you can use. We're continually improving Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver.

Download Microsoft JDBC Driver 9.4 for SQL Server (zip)
Download Microsoft JDBC Driver 9.4 for SQL Server (tar.gz)

Version information

  • Release number: 9.4.0
  • Released: August 4, 2021

Microsoft Sql Server Error 18456

When you download the driver, there are multiple JAR files. The name of the JAR file indicates the version of Java that it supports.

Note

If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please select Read in English at the top of this page. You can download different languages from the US-English version site by selecting available languages.

Available languages

This release of Microsoft JDBC Driver for SQL Server is available in the following languages:

Microsoft JDBC Driver 9.4.0 for SQL Server (zip):Chinese (Simplified) | Chinese (Traditional) | English (United States) | French | German | Italian | Japanese | Korean | Portuguese (Brazil) | Russian | Spanish

Microsoft JDBC Driver 9.4.0 for SQL Server (tar.gz):Chinese (Simplified) | Chinese (Traditional) | English (United States) | French | German | Italian | Japanese | Korean | Portuguese (Brazil) | Russian | Spanish

Release notes

For details about this release, see the release notes and system requirements.

Previous releases

To download previous releases, see previous Microsoft JDBC Driver for SQL Server releases.

Using the JDBC driver with Maven Central

The JDBC driver can be added to a Maven project by adding it as a dependency in the POM.xml file with the following code:

Microsoft

Unsupported drivers

Unsupported driver versions aren't available for download here. We're continually improving the Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver.

Server

Next steps

Microsoft Sql Server Download

For more information about the Microsoft JDBC Driver for SQL Server, see Overview of the JDBC driver and the JDBC driver GitHub repository.