简体   繁体   English

SQL Server 2005复制触发器-如何?

[英]SQL Server 2005 replication triggers - how to?

I need to run the replication of one table in SQL Server 2005. Replication should be one way. 我需要在SQL Server 2005中运行一个表的复制。复制应该是一种方法。 From 1 master server to many children servers. 从一台主服务器到许多子服务器。

I thougt about snapshot replication, but I don't want to schedule it only for example every hour/minute ect. 我想介绍快照复制,但是我不想仅按例如每小时/分钟的时间安排它。 (I know how to do this.) but ALSO triggered it evry time new data appears in master server's table. (我知道该怎么做。)但是每当新数据出现在主服务器的表中时, ALSO也会触发它。

Is there a way to do it? 有办法吗? Which type of replication should I use and how to configure it? 我应该使用哪种类型的复制以及如何配置它?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM