Update target table

Can we update target table without using update strategy transformation?

Questions by shojol13

Showing Answers 1 - 2 of 2 Answers

yes we can , it is the just that update strategy is used for conditional updates, and the update option available at the mapping level in the target is update without any condition.

  Was this answer useful?  Yes

MAHESH MANAM

  • Aug 22nd, 2012
 

Yes, By using session level properties.
In that use follow the steps

Session --> Edit --> Properties --> Treat source rows as --> Update

and also you should check options in Mapping --> Target --> Update (any of this according to your problem)

You can find the options like
Update as Update --> it is update your original record
Update as Insert --> it is going to insert new record with update of that row
Update else Insert --> if record exit than update else insert

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions