DTS - How to update records using DTS

  • Hi

    I am using DTS to insert record on a daily basis, which deletes all the records and inserts it.

    I have a need to update change records only and insert new one for that day.

    How can I do that ?

    Help..


    RJPATEL

  • If I understand you correctly:

    Use the ‘Transform data task’ to insert new rows and an update query in an ‘Execute SQL Task’ to update existing rows.

    Create a DTS package with ‘Execute SQL Task’ and ‘Transform data task’

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

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