|
|
Browse by Tags
All Tags » SQL Server Inte... » ExclusionGroup
-
A message was posted on the SSIS forum earlier today asking about ExclusionGroups. BOL is a little light on the subject of why you might use Exclusion Groups so I thought I would elaborate here a little.
An ExclusionGroup can be used by synchronous components that have more than one output. In short, an ExclusionGroup is used to tell the pipeline ...
-
It is generally accepted that a synchronous script component outputs the same number of rows as are input. Well I have news for you, this doesn't have to be the case. If you have a synchronous script component with multiple outputs then you can choose to send each input row to many or none of these outputs. As a result it is possible to have a ...
|
|
|