2 posts / 0 new
Last post
SQL server database with windows authentication
Is it possible for DBSync to Integrate Salesforce with SQL Server with Windows authentication?
You voted 2. Total votes: 2232

Yes it is Possible. While Configuring the Database adapter in DBSync the URL should be provided as
‘jdbc:sqlserver://[hostname]:[port];databaseName=[databasename];integratedSecurity=true’
Instead of:

‘jdbc:sqlserver://[hostname]:[port];databaseName=[databasename]’

You voted 1. Total votes: 2459