ODBC Driver 13.1 For SQL Server
Written by Kay Ewbank   
Thursday, 28 July 2016

A new ODBC driver for SQL Server adds support for always encrypted access.

While the preview version of the driver had support for SQL Server's Always Encrypted security feature, this did not make the version that was released with SQL Server 2016 RTW (Release To Web).

The missing elements from ODBC Driver 13 for SQL Server have now been included in version 13.1, which can now be downloaded. Alongside the support for Always Encrypted, the new version supports Azure Active Directory authentication.

The Always Encrypted support relates to SQL Server 2016 and Azure SQL Database. Data can be encrypted within the application, meaning SQL Server and/or Azure SQL Database only handles the encrypted data, and never sees plaintext values. If a SQL instance or host machine is compromised, an attacker can only access ciphertext of your sensitive data.

Azure Active Directory (AAD) support is another addition. AAD authentication provides an alternative to SQL Server authentication, and is used to centrally manage identities of database users. The ODBC Driver 13.1 lets you provide your AAD credentials in the ODBC connection string to connect to Azure SQL DB.

Another improvement in the updated driver is support for Internationalized Domain Names (IDNs). These let your web server use Unicode characters for the server name. The new driver lets you convert a Unicode serverName to ASCII compatible encoding (Punycode) when required during a connection.

The final improvement to the updated driver is support for AlwaysOn Availability Groups (AG). The documentation says that the driver quickly discovers the current AlwaysOn topology of your server infrastructure and connects to the current active server transparently.

sql2016icon

More Information

Download Location For ODBC Driver 13.1 For SQL Server

Related Articles

SQL Server 2016 Released

SQL Server On Linux

Microsoft Unveils Free R Server

SQL Server 2016 And Azure Data Lake

First Preview Of SQL Server 2016

In-Memory OLTP In Depth

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Meet LegoGPT
11/05/2025

LegoGPT is an AI model that creates physically stable Lego structures from text prompts. Not only does it design Lego models that match text-supplied descriptions, it also ensures they can be built br [ ... ]



AI Highlights From Google I/O 2025
22/05/2025

At Google I/O, Sundar Pichai, Demis Hassabis and others took to the stage to outline a long lineup of AI-powered products and services including Gemini 2.5,  AI Mode in Search, which is already b [ ... ]


More News

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 28 July 2016 )