使用ado.net同步框架在两个sql server 2008数据库之间同步数据

时间:2022-05-28 09:41:35

I have search but i can not get how to use ado.net sync framework. can any body give me example code or samples ..or can share links that provide samples code of ado.net sync framework used for two sql server 2008 database Synchronization.

我有搜索,但我无法得到如何使用ado.net同步框架。可以任何机构给我示例代码或示例..或者可以共享链接,提供用于两个sql server 2008数据库同步的ado.net同步框架的示例代码。

1 个解决方案

#1


2  

I did synchronization a while ago and I used following tutorials

我刚刚做了同步,我使用了以下教程

Synchronizing SQL Server and SQL Express, although this one is between SQL Server and SQL Express but it will work just fine between two SQL Servers.

同步SQL Server和SQL Express,虽然这是在SQL Server和SQL Express之间,但它可以在两个SQL Server之间正常工作。

Solution of some problems I faced can be found here

我遇到的一些问题的解决方案可以在这里找到

Overview of how database synchronization works

数据库同步如何工作的概述

In summary you need to do following

总之,您需要执行以下操作

  1. Provision Server database (only once)
  2. Provision Server数据库(仅一次)
  3. Provision Client database (only once)
  4. Provision Client数据库(仅一次)
  5. Do Synchronization
  6. 做同步

#1


2  

I did synchronization a while ago and I used following tutorials

我刚刚做了同步,我使用了以下教程

Synchronizing SQL Server and SQL Express, although this one is between SQL Server and SQL Express but it will work just fine between two SQL Servers.

同步SQL Server和SQL Express,虽然这是在SQL Server和SQL Express之间,但它可以在两个SQL Server之间正常工作。

Solution of some problems I faced can be found here

我遇到的一些问题的解决方案可以在这里找到

Overview of how database synchronization works

数据库同步如何工作的概述

In summary you need to do following

总之,您需要执行以下操作

  1. Provision Server database (only once)
  2. Provision Server数据库(仅一次)
  3. Provision Client database (only once)
  4. Provision Client数据库(仅一次)
  5. Do Synchronization
  6. 做同步