What should you use?

Posted by: Pdfprep Category: 70-767 Tags: , ,

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.

You are a database administrator for an e-commerce company that runs an online store.

The company has three databases as described in the following table.

You plan to load at least one million rows of data each night from DB1 into the OnlineOrder table. You must load data into the correct partitions using a parallel process.

You create 24 Data Flow tasks. You must place the tasks into a component to allow parallel load. After all of the load processes compete, the process must proceed to the next task.

You need to load the data for the OnlineOrder table.

What should you use?
A . Lookup transformation
B . Merge transformation
C . Merge Join transformation
D . MERGE statement
E . Union All transformation
F . Balanced Data Distributor transformation
G . Sequential container
H . Foreach Loop container

Answer: H

Explanation:

The Parallel Loop Task is an SSIS Control Flow task, which can execute multiple iterations of the standard Foreach Loop Container concurrently.

References: http://www.cozyroc.com/ssis/parallel-loop-task

Leave a Reply

Your email address will not be published.