I am unable to configure SQL Server as a Data Source using the "Microsoft SQL Server 2016 (MS Driver)" as the Database Adapater where the user is a Windows Authenticated user (i.e., not a SQL Server Authenticated user) but without having to setup Kerberos. How should I define the URI?
As comparison, I am able to use the "Microsoft SQL Server 2016 (JTDS)" as the Database Adapter to connect to SQL Server with Windows Authenticated user by defining the URI in the following fashion:
jdbc:jtds:sqlserver://HOST.COMPANY.COM:1433;databaseName=DATABASE;useNTLMv2=true;domain=DOMAIN
Thanks