Guest_imported
New member
- Jan 1, 1970
- 0
I have 3 SQL servers. Lets call them SQL1, SQL2, SQL3.
Replication is setup between SQL1 and SQL2. The data is very liquid and is deleted frequently for use on an outside application, we need low number of records for high performance. Response times are crucial to us for retrieval.
SQL3 is going to be our master archive.
Problems I am having, if replication is used from SQL3 to SQL2, if I delete from SQL3, SQL2s records are deleted as well. Can I prevent delete operations to not get replicated to the subscriber? If Not, how do I make a trigger or scheduled job to get new records over to SQL2 to warehouse the data?
Appreciation is advance to assistance.
D. Koenig
Replication is setup between SQL1 and SQL2. The data is very liquid and is deleted frequently for use on an outside application, we need low number of records for high performance. Response times are crucial to us for retrieval.
SQL3 is going to be our master archive.
Problems I am having, if replication is used from SQL3 to SQL2, if I delete from SQL3, SQL2s records are deleted as well. Can I prevent delete operations to not get replicated to the subscriber? If Not, how do I make a trigger or scheduled job to get new records over to SQL2 to warehouse the data?
Appreciation is advance to assistance.
D. Koenig