dbTalk Databases Forums  

DTS Package to Conditionally Insert / Update Rows in Destination T

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS Package to Conditionally Insert / Update Rows in Destination T in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rokal
 
Posts: n/a

Default DTS Package to Conditionally Insert / Update Rows in Destination T - 10-22-2008 , 09:11 AM






I want to create a DTS Package to pull data from an Oracle table into a SQL2K
table. How can I insert rows that are not already in the SQL2K table and
update rows that already exist in the SQL2K table?

I guess I could truncate and repopulate the entire table or create a
temporary table and then do updates/inserts from the temp table into the
destination table.

Is there any easier way using DTS?

Thanks,

Rokal


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.