Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. Using replication, you can distribute data to differe...
msdn.microsoft.com/en-us/library/ms151198.aspx
-
Get Site Info
Alexander Chigrik explains SQL Server Merge Replication concepts in extensive detail, complete with a step-by-step example for performing a merge replication.
www.databasejournal.com/features/mssql/article.php/14382 31
-
Get Site Info
SQL Server 2005 Configuring Replication In this tutorial you will learn about SQL Server 2005 Configuring Replication New Types of Replication Peer to Peer Transactional Replication HTTP Rep
www.exforsys.com/tutorials/sql-server-2005/sql-server-co nfiguring-replication.html
-
Get Site Info
Peer-to-peer transactional replication is designed for applications that might read or modify the data at any of the databases participating in replication. For example, an online shopping application is well suited to peer-to-peer replicat...
msdn.microsoft.com/en-us/library/ms151196.aspx
-
Get Site Info
Replication is the process of sharing data between databases in different locations. Using replication, we can create copies of the database and share the copy with different users so that they can make changes to their local copy of databa...
www.codeproject.com/KB/database/sql2005-replication.aspx
-
Get Site Info