Is it possible for DBSync to Integrate Salesforce with SQL Server with Windows authentication?
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 must be logged in to reply to this topic.