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...More
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 database and later synchronize the changes to the source database; Author: Ahmad Eid Salim; Section: Database; Chapter: Database
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-configuring-replication.html
-
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/1438231
-
Get Site Info
Describes how to manually remove a replication in SQL Server 2000 or in SQL Server 2005. Contains information about system stored procedures that can be used to remove a replication.
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