Options for Each Target Table

Embed Size (px)

Citation preview

  • 7/21/2019 Options for Each Target Table

    1/1

    Update Strategy Operations for each Target Table:

    You can also specify the update strategy options for each target table individually. Specify the update strategy options for each target in the Transformationsview on the Mapping tab of the session:

    Insert: Check this option to insert a row in the target table. Delete: Check this option to delete a row in the target table. Truncate Table: check this option to truncate the target table before loading the data. Update as Update: Update the row in the target table. Update as Insert: Insert the row which is flagged as update. Update else Insert: If the row exists in the target table, then update the row. Otherwise, insert the row.