I have a merge replication working very well.
Is it possible to configure a transactional replication with this merge replication ?
For example I have databases A, B, C configured with merge replication .
But the database D I need only to inserts records in the database A. And this records inserts in B and C too, this is possible because the merge replication do it.
But to make database D inserts in database A I need to configure transactional replication.
If I create a snapshot of database D in the configuration, what happened to the database A and its merge replication?
Thanks a lot
Viky