Hi SQL server people,
I want to replicate data from one sql server 2000 to another sql server 2000. I have on each server an identical database. Now in the publisher database there are a lot of INSERTS, which need to be replicated to the subscriber database on the second server. But once a week, the publisher database will be cleaned (all rows from the tables will be deleted), but this should not happen in the subscriber's database. How should I configure this?
Regards and thanks for any help!
I want to replicate data from one sql server 2000 to another sql server 2000. I have on each server an identical database. Now in the publisher database there are a lot of INSERTS, which need to be replicated to the subscriber database on the second server. But once a week, the publisher database will be cleaned (all rows from the tables will be deleted), but this should not happen in the subscriber's database. How should I configure this?
Regards and thanks for any help!