I had a question from my training.does the integration service treat the filter or update transformation as passive transformations ?
I had a question from my training.does the integration service treat the filter or
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.