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 SQL Azure. 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 . Audit
B . Source Assistant
C . Script Task
D . Conditional Split
Answer: D
Explanation:
http://msdn.microsoft.com/en-us/library/ms137640.aspx
http://msdn.microsoft.com/en-us/library/ms141150 . aspx
http://msdn.microsoft.com/en-us/library/ff929138.aspx
http://msdn.mic rosoft.com/en-us/library/ff929116.aspx
Leave a Reply