PrepAway - Latest Free Exam Questions & Answers

How should you develop the data flow?

DRAG DROP

You are developing a SQL Server Integration Services (SSIS) package that loads data into a
data warehouse hosted on Windows Azure SQL Database.
You must combine two data sources together by using the ProductID column to provide
complete details for each record. The data retrieved from each data source is sorted in
ascending order by the ProductID column.
You need to develop a data flow that imports the data while meeting the requirements.
How should you develop the data flow? (To answer, drag the appropriate transformation
from the list of transformations to the correct location in the answer area.)

PrepAway - Latest Free Exam Questions & Answers

Answer:

8 Comments on “How should you develop the data flow?

    1. Mido says:

      The Differences Between Merge and Union all are
      1-union all the data must not be sorted while in Merge and Merge Join it has to be sorted
      2-in union all you can have 2 or more inputs while in merge and Merge Join must be two only

      So here the data is sorted and only two inputs but we have to join them on the Product ID column

      So Merge Join is the correct answer




      0



      0
  1. Slazenjer_m says:

    More than anything else, the reason above scenario requires a MERGE JOIN is found in the question: “…to provide complete details for each record.”

    Assume TableTest1 has two columns and tableTest2 has three columns, the output in TableTest3 would have MORE details per each record-set: that is, five columns.




    0



    0
  2. Slazenjer_m says:

    **Place two packs of playing cards side-by-side on a table:

    Merge: stacks the ‘sorted’ packs one-whole-pack-on-top of the other

    Merger Join: interleaves the ‘sorted’ pair one-card-at-a-time into the other

    Union All: aggregates the two packs of card together without order (unsorted)




    0



    0
    1. rkit says:

      Not Exactly

      Merge: Interleaves the ‘sorted’ records from the two sources into the output (includes all fields)

      Merge Join: Performs (INNER, LEFT OUTER, FULL OUTER) join on the two sources where the join fields and output fields must be identified




      0



      0

Leave a Reply