We have a data lake in here that uses MS SQL Server 12.02 and connects using the active directory integrated services authentication.
The standard driver would not work
<< "DatabaseLink`"
sqlStandard =
SQLConnection[
JDBC["Microsoft SQL Server(jTDS)",
"jdbc:sqlserver://myserver;DatabaseName=db;authentication=ActiveDirectoryIntegrated"],
"Name" -> "DataLake", "Catalog" -> Automatic,"Description" -> None, "ReadOnly" -> Automatic,
"RelativePath" -> False, "TransactionIsolationLevel" -> Automatic,"UseConnectionPool" -> Automatic];
connStandard = OpenSQLConnection[sqlStandard]
(JDBC::error: The syntax of the connection URL 'jdbc:jtds:sqlserver://myserver;DatabaseName=dw-scv-prod;authentication=ActiveDirectoryIntegrated' is invalid.)