Hi,
I have two different database. One of them, original database and another one is cache database.
This databases are in different location. Ones a day, I must update cache database from original database. And I must this update progress with a Web Service which is working on Original Database machine.
I can it with clear all Cache DB Tables and Insert Original Datas in every progress. But I think is a Bad scenario. So how can I this update progress with efficiency. And have you any suggestion.
Thanks.