DTS to update records?

  • I have used DTS to create tables and load new records.

    How can I configure DTS to update and/or insert records going forward?

     

  • You can just use a data pump to bring the data in from whatever source it's coming from, be it a text file or spreadsheet or whatever else. I would bring the data into a temp table first if you are going to be updating records, then do a join against the data sets for the update usng a stored proc executed through the dts.



    Shamless self promotion - read my blog http://sirsql.net

  • Thanks for the feedback, this looks like the way I will go....can you provide a quick sample of doing the join in a stored proc...also how to create the proc would be appreciated...thanks again....

  • Hi, Richard,

    Did anyone ever provide a quick sample for you, if so, can you share it?

    Thanks,

    Alice

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

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