Configuring a DB Data Sink Delete Component

Add and configure a DB Data Sink Delete component to your project.

  1. Drag the DB Data Sink Delete component onto the Design window.
  2. In the Database Configuration window, add the connection parameters for the target database. Specify a valid interface and host name.
  3. Specify the table to write the transformation results. You can click the Destination Table icon to select the table, or manually enter the name in the Destination Table field.

    You can write the transformation results to an existing table or add a destination table based on existing ports in the project.

    To add a table based on an existing port structure, skip this step.

  4. Click Finish.
  5. In the Properties window, click the Key icon to select the columns identifying the records to remove from the Destination table.

    You must select a Destination table before you can select a key, and you can select multiple key columns. This is a logical selection, not related to any underlying indexes in the database schema.

  6. Specify any other optional properties in the Properties window.
Related reference
DB Data Sink Delete Properties List
Adding a Destination Table