You need to enable separate processing streams for a subset of rows based on the source product code.Which Data Flow transformation should you use?

You are designing a SQL Server Integration Services (SSIS) data flow to load sales transactions from a
source system into a data warehouse hosted on Windows Azure SQL Database. One of the columns in
the data source is named ProductCode.
Some of the data to be loaded will reference products that need special processing logic in the data
flow.
You need to enable separate processing streams for a subset of rows based on the source product code.Which Data Flow transformation should you use?

You are designing a SQL Server Integration Services (SSIS) data flow to load sales transactions from a
source system into a data warehouse hosted on Windows Azure SQL Database. One of the columns in
the data source is named ProductCode.
Some of the data to be loaded will reference products that need special processing logic in the data
flow.
You need to enable separate processing streams for a subset of rows based on the source product code.Which Data Flow transformation should you use?

A.
Script Component

B.
Audit

C.
Destination Assistant

D.
Data Conversion

Explanation:
The Script component can be used as a source, a transformation, or a destination. This component
supports one input and multiple outputs. Depending on how the component is used, it supports either
an input or outputs or both. The script is invoked by every row in the input or output.
 If used as a source, the Script component supports multiple outputs.
 If used as a transformation, the Script component supports one input and multiple outputs.
 If used as a destination, the Script component supports one input.



Leave a Reply 0

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