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 3. Total votes: 2229

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 4. Total votes: 2458