Walkthrough: Creating Active Directory custom data source component in SSIS
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
This walkthrough serves several purposes:
-
Provide an end-to-end example of creating a custom data source component for SSIS. Concepts described in this document could be applied to writing custom components for sources other then Active Directory.
-
Create a community driven component for extracting data from Active Directory into relational format. The extracted information could later be used for reporting and data mining.
View the walkthrough here
Source code provided as an attachment to this blog.