Hi all,
I have a replication scenario with one replication in download-only mode. When I insert a new record in the subscriber table the replication engine replicates the record on the publicator/distributor even the mode is download-only. I think it's the regular behavior and I made mistaken assumption on that. But I have still the problem because there is a windows service that HAVE to send record to publicator/distributor and according to the project the replication has only to replicate data from server to clients. It's possibile to forbid the subscriber to propagate a insert record to the server? Thanks.