Answer the question
In order to leave comments, you need to log in
How to synchronize two tables?
There are two remote servers. On each of them SqlServer + web application. Between them, only port 80/443 is open on both. And now there is one table, which, preferably, should always be the same (or at least synchronized once every N minutes) on both servers.
What kind of crutch can you come up with and is it possible to implement this at all?
As I understand it, you can run a CRON script on both servers and send it via RestAPI to another server. Is there an example?
Answer the question
In order to leave comments, you need to log in
Please tell me:
1. You need to keep two tables the same, but what about the rest of the tables? Can they be the same or should they be different?
2. And what in MS SQLServer it is possible to configure replication for one separately taken table?
3. Whether you considered a variant on the necessary table to hang up the trigger and on dblink to change the target table in other system?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question