[Solved] C# Webservice to copy datas from one DB to Another [closed]


if an employee’s datas changed in HR database automatically FD system
must notified to refresh his database

Consider looking at SQL Server Replication (or) AlwaysOn feature for this same purpose. Specifically you should look at Transactional Replication

2

solved C# Webservice to copy datas from one DB to Another [closed]