say example, we have multiple store which are using window applications. Each store has its own database. Then now, we want to create a new web applications with one centralized database. Question is how do we sync/replication for the latest data between all these servers? What technology to do this?
What is customer buy from web application need to be reflected in the window application and vice versa.
It will be best if the database replication can be real-time. Otherwise, batch replication (once a day) is okay also.
Regards, Steve