Connect to MSSQL using Windows Authentication (integrated security)
Hi All,
I have read couple of posts related to this topic in the collaboration center, however I don't see any answer yet.
Do we support connections to MSSQL using Windows Authentication (integratedSecurity)?
For example: jdbc:sqlserver://localhost:1433;databaseName=AdWorks;integratedSecurity=true;