nerdexam
Microsoft

70-458 · Question #145

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 correct answer is A. Script Task. The Script component extends the data flow capabilities of Microsoft Integration Services packages with custom code written in Microsoft Visual Basic or Microsoft Visual C# that is compiled and executed at package run time. The Script component simplifies the development of a…

Implement a database

Question

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?

Exhibit

70-458 question #145 exhibit

Options

  • AScript Task
  • BConditional Split
  • CMulticast
  • DSource Assistant

How the community answered

(44 responses)
  • A
    75% (33)
  • B
    5% (2)
  • C
    14% (6)
  • D
    7% (3)

Explanation

The Script component extends the data flow capabilities of Microsoft Integration Services packages with custom code written in Microsoft Visual Basic or Microsoft Visual C# that is compiled and executed at package run time. The Script component simplifies the development of a custom data flow source, transformation, or destination when the sources, transformations, and destinations included with Integration Services do not fully satisfy your requirements.

Topics

#SSIS#data flow#Conditional Split#ETL

Community Discussion

No community discussion yet for this question.

Full 70-458 Practice