Microsoft JDBC Driver 6.0 for SQL Server Now Available For Download

Reading time icon 2 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

Microsoft-SQL-Server-2016

Microsoft recently announced the full release of the Microsoft JDBC Driver 6.0 for SQL Server which provides robust data access to Microsoft SQL Server and Microsoft Azure SQL Database for Java-based applications

What’s new:

  • Always Encrypted: You can now use Always Encrypted with the Microsoft JDBC Driver 6.0 for SQL Server. Always Encrypted is a new SQL Server 2016 and Azure SQL Database security feature that prevents sensitive data from being seen in plaintext in a SQL instance. You can now transparently encrypt the data in the application, so that SQL Server or Azure SQL Database will only handle the encrypted data and not plaintext values. If a SQL instance or host machine is compromised, an attacker can only access ciphertext of your sensitive data. Use the JDBC Driver 6.0 to encrypt plaintext data and store the encrypted data in SQL Server 2016 or Azure SQL Database. Likewise, use the driver to decrypt your encrypted data.
  • Azure Active Directory (AAD): AAD authentication is a mechanism of connecting to Azure SQL Database v12 using identities in AAD. Use AAD authentication to centrally manage identities of database users and as an alternative to SQL Server authentication. The JDBC Driver 6.0 allows you to specify your AAD credentials in the JDBC connection string to connect to Azure SQL DB.
  • Table-Valued Parameters (TVPs): TVP support allows a client application to send parameterized data to the server more efficiently by sending multiple rows to the server with a single call. You can use the JDBC Driver 6.0 to encapsulate rows of data in a client application and send the data to the server in a single parameterized command.
  • Parameterized queries: Extended support for retrieving parameter metadata with prepared statements for complex queries such as sub-queries and/or joins.
  • Internationalized Domain Names (IDNs): IDNs allow your web server to use Unicode characters for server name, enabling support for more languages. Using the new Microsoft JDBC Driver 6.0 for SQL Server, you can convert a Unicode serverName to ASCII compatible encoding (Punycode) when required during a connection.
  • AlwaysOn Availability Groups (AG): The driver now supports transparent connections to AlwaysOn Availability Groups. The driver quickly discovers the current AlwaysOn topology of your server infrastructure and connects to the current active server transparently.

Download the JDBC Driver 6.0 for SQL Server here.

More about the topics: Azure Active Directory, Microsoft Azure SQL Database, Microsoft JDBC Driver, Microsoft SQL Server

Leave a Reply

Your email address will not be published. Required fields are marked *