SSIS – Part 4
SSIS Interview Questions and Answers for Experienced and Freshers
Here we are publishing series of posts on SSIS Interview questions and answers Part 4 for experienced and freshers. Below is the series 4.
Q. Difference between Union–all and Merge Join?
Ans:
- Merge transformation can accept only two inputs whereas Union all can take more than two inputs
- Data has to be sorted before Merge Transformation whereas Union all doesn’t have any condition like that.
Q. What is difference between Multicast and Conditional Split?
Ans:
The Multicast transformation distributes its input to one or more outputs. This transformation is similar to the Conditional Split transformation. Both transformations direct an input to multiple outputs. The difference between the two is that the Multicast transformation directs every row to every output, and the Conditional Split directs a row to a single output
Q. What is the difference between DTS and SSIS?
Ans: