I am trying to make a conditional split in the data flow in SSIS.
My Source can return 0 rows (and is expected)
I want the split to split on if there is 0 rows returned, or any rows returned.
The problem I am seeing currently is that the Data Flow stops if there are 0 rows returned from the source, it doesn't even get to the split condition.
How can I make a split on a 0 row return??
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…