I have two SQL Server servers.
- 1st is an Enterprise edition and it is a local server
- 2nd is an Express edition and it is online
Now, the 1st pushes transactional replication to the 2nd.
My question: is it possible to do merge replication between those two? Can I configure the 1st server to pull changes from the 2nd server also?
And if its not possible what is the best approach to do it programmatically?