简体   繁体   中英

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. 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.

Is there a way to do it? Which type of replication should I use and how to configure it?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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