SSIS Question:

What is conditional split?

Tweet Share WhatsApp

Answer:

As the name suggest, this transformation splits the data based on condition and route them to different path. The logic for this transformation is based on CASE statement. The condition for this transformation is an expression. This transformation also provides us with default output, where rows matching no condition are routed. Conditional split is useful in scenarios like Telecom industry data you want to divide the customer data on gender, condition would be:

GENDER == ‘F’

Download SQL Server Integration Services PDF Read All 9 SQL Server Integration Services Questions
Previous QuestionNext Question
Can we add our custom code in SSIS?Explain the use of containers in SSIS and also their types?