Merging Data using DTS
Hello,
Can you tell me how may i merge my data between SQL Servers. i have this scenario.
i have One Server which is a pull subscription of another server. There are N more servers which act as client to this subscribed server. Now i want to syncronize data between these N client servers and Subscribed one. It is like if i make any changes in one of clients, those changes be reflected to all N-1 clients using Subscribed server.

