Hi ALL,
We have merge replication setup with republishers..
we have some articles that need to be replicate one way...
For example In database we have 3 articles named a, b and c
we want to replicate 'a' two way using merge replication and articles b and c one way(i.e subscriber to publisher)..
A is going from main publisher to republisher and then from republisher to end subscriber..(this is two way replication)
i want to replicate 'b' and 'c' from main publisher to republisher and then to end subscriber( this is one way, upload changes only from end subscriber-->republisher-->main publisher)
are there any issues in replicating articles from same database in two different publications?
by the way i am planning to implement one way replication using exchangetype parameter...any better way to implement one way replication
any replies greatly appreciated.