Community Forum

susmith.v_91
Participant
9 years, 1 month ago #5584

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]’