Home  >  Article  >  Database  >  Sqlserver使用触发器同步两个服务器上的相同数据库表中的信息

Sqlserver使用触发器同步两个服务器上的相同数据库表中的信息

WBOY
WBOYOriginal
2016-06-07 15:33:451593browse

一、镜像可以保证数据库同步,但同一时间只有一台服务器能被访问。 http://technet.microsoft.com/zh-cn/library/ms190941.aspx http://www.cnblogs.com/wlb/archive/2009/04/10/1433125.html 二、复制、订阅 http://www.51windows.net/data/?url=/data/file

一、镜像可以保证数据库同步,但同一时间只有一台服务器能被访问。

http://technet.microsoft.com/zh-cn/library/ms190941.aspx

http://www.cnblogs.com/wlb/archive/2009/04/10/1433125.html

二、复制、订阅

http://www.51windows.net/data/?url=/data/files/file_908.asp

http://msdn.microsoft.com/zh-cn/library/ms151198%28v=SQL.100%29.aspx

Statement:
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
Previous article:mysql 时间类型总结Next article:SqlServer分词