Blog Post

SQL Server Blog
1 MIN READ

Released: Update to Microsoft OLE DB Driver 18 for SQL Server

David-Engel's avatar
David-Engel
Steel Contributor
Oct 15, 2019
OLE DB Driver 18.3 for SQL Server was released this week, bringing additional Azure Active Directory authentication methods directly into the driver.

 

Changes:

  • Added support for additional Azure Active Directory authentication methods: ActiveDirectoryInteractive and ActiveDirectoryMSI (See Using Azure Active Directory)
    Note: ActiveDirectoryInteractive supports Multi Factor Authentication (MFA) flows.
  • Embedded Active Directory Authentication Library (ADAL). A separate installation of ADAL is no longer required to use certain authentication methods.

Fixed:

  • Fixed drop index logic in IIndexDefinition::DropIndex - Previous versions of the OLE DB driver can't drop a primary key index when the schema ID and the user ID of the owner of the index aren't equal.
The updated driver can be downloaded directly from Microsoft.

David Engel
Updated May 12, 2020
Version 4.0
No CommentsBe the first to comment