Synchronize SQL with information from Active Directory
- by Priokuli
Hello,
I would like to pass information from Active Directory to a Microsoft SQL Server database any time a change is made in Active Directory. In this way the SQL will always have a reliable copy of the AD.
Well, i have been reading some post that deal with similar questions, but I can't find the solution.
In this post, for example: Synchronization between c# app and Active directory
, a user said:
'...Then let AD synchronize with SQL.'
That sounds good for me, but how can I do that?
Thanks in advance.