I dont know physics
2006-06-07 22:03:22 UTC
Some of the records that are in T1 already exist in T2 so they will need to be Updated. The values in T1 that do not exist in T2 should be inserted. Both T1 and T2 have a ListingID column for a join. Creating a temp table would also be possible if needed.
Deleting the existing rows from the permanent T2 table is not an option, they need to be updated and the new rows inserted. Can anyone recommend a way to do this?