Microsoft SQL Server supports NT LAN Manager (NTLM) or integrated authentication. In integrated authentication, the Windows service account is used to authenticate in SQL Server. Therefore, a username and password are not needed while defining the connection.
In Talend Studio, you can create a SQL Server metadata connection with integrated authentication.
Resolution
To create a SQL Server metadata connection with integrated authentication in Studio:
- From the Microsoft Download Center page, download the JDBC driver package that contains the sqljdbc_auth.dll file to the machine hosting Talend Studio.
- Move the sqljdbc_auth.dll file to the C:\Windows\System32 folder.
- Launch Studio, then create a SQL Server metadata connection.
-
In the Additional parameters text box, enter integratedSecurity=true.
- Enter the other valid connection properties as needed, then test the connection: