I am working on online and store ordering Pizza project. In this project I have two different databases one is the server where online ordered records will insert and another one is another server database which runs only in the stores.
My requirement is whenever any order is placed in the server database, then that same order must be inserted into the another server database automatically without using triggers.
Is there any solution please let me know ?
Bhavana Ky