Open marrocksd opened 3 years ago
Tagging this for DB & DW sources team for now. Once we finish the implementation for the MS SQL Source, please file an issue for MS SQL destination
@marrocksd Iam using following JDBC URL Params for setting custom domain: integratedSecurity=true&authenticationScheme=NTLM&domain=yourdomain
@marrocksd does setting the JDBC url parameters work for you? Thanks @danieljaniga for your help!
Tell us about the problem you're trying to solve
Hi all, it seems that the SQL connection only accept Basic Authentication (Username/password). I would be great if we can login using Windows Credential/Domain Credential because they are quite common for MSSQL users. Or if you already have support for that, please tell me how. Thank you all for such a great product.
Describe the solution you’d like
I think we might need the jtds driver for that.
Describe the alternative you’ve considered or used
Example using Datagrip