Hello there,
We have little situation and are kind of confused about the approach. We have a databases which is transaction replicated across two sites. The publisher and subscriber databases are NOT identical. I don't know how but the subscriber has more data than the publisher.
Now we want to perform data operation on the subscriber. This is slightly bigger data surgery with a mix of insert and deletes. The thing that confuses us is if we need to stop/pause replication, do data surgery and then enable without re-initializing or re-snapshotting or we can just go ahead and do data surgery without worrying about replication. Since the changes are happening at subscriber side, replication won't cause an issue.
Any suggestions would be highly welcomed.
Many thanks
Sean
Please mark posts as answer or helpful when they are.