3
I have a system running on a web server, and also want to put it to run on the company’s local server (intranet), for performance reasons...
I realized I’d have a problem with the database synchronization between the two servers... I did some research on Replication, but nothing very enlightening...
I would like to know how I can do this sync instantly - Everything that is recorded on the local server, also be available on the web, and vice versa?
Can you get a tool from your own server for that? I don’t even need to know a function so when the guy clicks on a button, he automatically transfers the data from the local server to the web, and vice versa.
Could someone give me a little help?
Thanks in advance!