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