Microsoft Exam Questions

Which data flow source should you use?

You are developing a SQL Server Integration Services (SSIS) package.
The package sources data from an HTML web page that lists product stock levels.
You need to implement a data flow task that reads the product stock levels from the HTML
web page.
Which data flow source should you use?

A.
Use an msi file to deploy the package on the server.

B.
Open a command prompt and run the dtutil /copy command.

C.
Add an OnError event handler to the SSIS project.

D.
Open a command prompt and run the gacutil command.

Explanation: