Groups | Blog | Home
all groups > sql server replication > november 2003 >

sql server replication : delete data without replication


DT
11/6/2003 8:35:18 AM
We have merge replication running. We would like to clean
up the data in a table in replication by deleting old
data. We would prefer to perform the deletes locally and
not have the transactions replicated over the network.
Is there a way to run a query on a table " without
chris
11/6/2003 11:01:41 AM
Drop the Subscription first.

[quoted text, click to view]
DT
11/6/2003 12:47:04 PM
We don't want to stop replication, we just don't want to
replicate certain delete queries.


[quoted text, click to view]
Hilary Cotter
11/6/2003 9:18:31 PM
set the exchangetype to upload. This means that while your merge agent is
running with this setting only activity on your subscriber will be uploaded
to your publisher and be merged. All activity on your publisher will not be
merged or downloaded to your subscriber.

This will entail a loss of database integrity which may or may not be
acceptable for you.


[quoted text, click to view]

AddThis Social Bookmark Button