Multiple choice technology databases

Function of Multicast Transformation is:

  1. distributes a row to single output and another to the other output

  2. distributes its input to one or more outputs

  3. join two inputs

  4. extract data from a connection

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multicast Transformation in SSIS takes a single input row and distributes it to multiple outputs simultaneously. Each output receives a copy of the same row, enabling parallel processing paths.