C# Webservice 将数据从一个数据库复制到另一个数据库

C# Webservice to copy datas from one DB to Another

我需要创建一个带有三个参数的网络服务(DataTable dt, string connectionString, string table) 将 dt 中的数据整合到给定的 数据库中。[table],但不相同的模式。

请问我该如何解决?

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

出于同样的目的考虑查看 SQL Server Replication (or) AlwaysOn 功能。具体你应该看看Transactional Replication