Friday, 11 September 2015

What are Update Strategy’s target table options?

Update as Update: Updates each row flagged for update if it exists in the table.
Update as Insert: Inserts a new row for each update.
Update else Insert: Updates if row exists, else inserts.

No comments:

Post a Comment