I have a system running on a web server, and I also want to put it to run on the local server of the company (intranet), for performance issues ...
I noticed that I had a problem with the database synchronization between the two servers ... I researched something about Replication, but nothing very enlightening ...
I would like to know how I can do this synchronization instantly - Anything recorded on the local server, also available on the web, and vice versa?
Do you give any tool on the server for this? I even need to know a function for when the guy clicks a button, automatically transfer the data from the local server to the web, and vice versa.
Could someone give me a HELP?
Thank you in advance!