Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

One possibility would be to use INTEGRATED SECURITY=sspi in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work).

I also found this other article on Stack Overflowarticle on Stack Overflow where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

One possibility would be to use INTEGRATED SECURITY=sspi in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work).

I also found this other article on Stack Overflow where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

One possibility would be to use INTEGRATED SECURITY=sspi in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work).

I also found this other article on Stack Overflow where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

added 10 characters in body
Source Link
Martijn Pieters
  • 14.7k
  • 10
  • 60
  • 59

One possibility would be to use "INTEGRATED SECURITY=sspi"INTEGRATED SECURITY=sspi in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work). 

I also found this other article on Stack Overflow where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

Cheers!

One possibility would be to use "INTEGRATED SECURITY=sspi" in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work). I also found this other article where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

Cheers!

One possibility would be to use INTEGRATED SECURITY=sspi in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work). 

I also found this other article on Stack Overflow where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

Source Link

One possibility would be to use "INTEGRATED SECURITY=sspi" in your connection string, like this you don't have to specify user/password and access would be handled through Active Directory login and DB permissions (you'd need to setup DB access for allowed users for this to work). I also found this other article where they explain how to create an external DLL that can be used to retrieve the connection object obscuring all details in that compiled library.

Cheers!