You need to configure the package to meet the requirements by using the least development effort

To support the implementation of new reports, Active Directory data will be downloaded to a
SQL Server database by using a SQL Server Integration Services (SSIS) 2012 package.
The following requirements must be met:
All the user information for a given Active Directory group must be downloaded to a SQL
Server table. The download process must traverse the Active Directory hierarchy recursively.
You need to configure the package to meet the requirements by using the least development
effort.
What should you use?

To support the implementation of new reports, Active Directory data will be downloaded to a
SQL Server database by using a SQL Server Integration Services (SSIS) 2012 package.
The following requirements must be met:
All the user information for a given Active Directory group must be downloaded to a SQL
Server table. The download process must traverse the Active Directory hierarchy recursively.
You need to configure the package to meet the requirements by using the least development
effort.
What should you use?

A.
script component

B.
custom component

C.
XML source

D.
script task



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Chris

Chris

why not a script task?

henrov

henrov

A script task would be perfectly possible but using a component means less effort since you don not have to create a complete flow. For that very same reason you would prefer a script component over a custom component. The latter takes more effort to build.

The answer hinges completely on the ‘least development effort’

henrov

henrov

sorry for the typos