
IDNs allow your web server to use Unicode characters for server name, enabling support for more languages.
#Odbc driver for sql server driver
The ODBC Driver 13.1 allows you to specify your AAD credentials in the ODBC connection string to connect to Azure SQL DB. Use AAD authentication to centrally manage identities of database users and as an alternative to SQL Server authentication. Azure Active Directory (AAD)ĪAD authentication is a mechanism of connecting to Azure SQL Database v12 using identities in AAD. Likewise, use the driver to decrypt your encrypted data. Use the ODBC Driver 13.1 to encrypt plaintext data and store the encrypted data in SQL Server 2016 or Azure SQL Database. If a SQL instance or host machine is compromised, an attacker can only access ciphertext of your sensitive data. 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. 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 use Always Encrypted with the Microsoft ODBC Driver 13.1 for SQL Server. The updated driver provides robust data access to Microsoft SQL Server and Microsoft Azure SQL Database for C/C++ based applications.


#Odbc driver for sql server full
We are pleased to announce the full release of the Microsoft ODBC Driver 13.1 for SQL Server.
