Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 merging two catalogs

Author  Topic 

skillile
Posting Yak Master

208 Posts

Posted - 2002-04-27 : 07:09:13
I have a two catalogs on a server cata, and catb.
Cata has two tablesorders, parties these tables also exist
in catb.
Catb has many more tables and functionality.
Cata gets updated by production data every hour and then data
is pushed to catb.

I am using a delete all records in catb and then insert * from cata.

This is clunky and it causes issues.

Is there a way that anyone suggests to update catb with any new
data and insert any completely new rows instead of doing the mass
delete mass insert.

Thanks in advance.



slow down to move faster...
   

- Advertisement -