Update source table from DTS package

  • What's the best way to update a field in a source table from a DTS package - i.e. set an "Exported" bit field in the source table to true, so I only query on unprocessed rows?

  • This was removed by the editor as SPAM

  • Why not in your DataPumpTask or DataDrivenQuery Task use the lookup to update the source record to reset your "exported" field in the OnInsertSucessPhase of the transformation.

    - Tom.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply