views:

129

answers:

2

i had a question from my training.does the integration service treat the filter or update transformation as passive transformations ?

A: 

The filter is an active transformation, the update strategy passive.

jsf80238
i know that the filter transformation is a active transformation does the integration service consider it as active ?
ramkumar
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