Let's say you have many applications in your environment, all of which store their SQL Server connection strings in a web configuration. Is it possible for an application to retrieve these connection strings from Active Directory?
We are moving several database servers and would like them to read them from the center. Active Directory was proposed as one of the features, but we did not know if this was possible.
This theoretically will allow us to gradually change our applications to use AD to read connection strings, and then, when we move our database servers, we make one change in AD to update all applications.
Is it possible? Maybe you have a better offer. Thanks!
source
share