Home > Database > Mysql Tutorial > SQL Server的复制功能

SQL Server的复制功能

WBOY
Release: 2016-06-07 17:57:44
Original
881 people have browsed it

SQL Server的复制功能微软本身主要是用来发布及共享报表的。

但我觉得这个功能用来设置备份服务器或测试服务器也很有用,

在一台机上发布服务,可以在其它机子的SQL里订阅,根据你的发布的条件不同,可以做成定时同步、实时同步、相互同步等不同的发布及订阅。

要SQL Server支持复制功能,你必须运行SQL Server Agent这个服务,不然生成不了快照。

在上图设置发布服务器及分发服务器。

这里就是上面有提到的一定要开启的SQL Server Agent代理服务器,不然订阅不到。

这个是选择发布类型,有四种类型,可以根据实际情况选择。

要发布的表一定要有主键,没有主键的表不能用作发布。

这里还可以设置共享那些字段。

这里可以选择不同的执行状态。

这里要注意要设置,很多新手就是在这里没有设好,倒置发布后订阅不到。

要设置成SQL Server登录名

设置成功。

其实发布的表都会有一个系统自动加的Key,全界面化的操作相当简单。

边用边学,欢迎大家来交流。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template