i had a question from my training.does the integration service treat the filter or update transformation as passive transformations ?
views:
129answers:
2
A:
The filter is an active transformation, the update strategy passive.
jsf80238
2010-06-29 16:11:14
i know that the filter transformation is a active transformation does the integration service consider it as active ?
ramkumar
2010-07-13 07:34:31
A:
Ramkumar - what do you mean by "if itegration service treats ..."?
Filter as well update strategy are both active. By definition any transformation that changes the number of rows passing thru it is active. Filter txfn does exactly this.
Update strategy is considered active because it changes row type. Although it doesn't by itself change the number of rows, it marks the rows for delete, insert or update producing the same result.
Ruchi
2010-08-16 15:06:51