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
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
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
SQL Server 2005 Express Edition's small footprint and free-of-charge use has some negative implications, imposing restrictions on functionality available in the Standard or Enterprise editions. This is especially conspicuous in the case of...
www.databasejournal.com/features/mssql/article.php/3719781/SQL-Server-2005-Express-Edition---Part-14---Replication-Support.htm
-
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-configuring-replication.html
-
Get Site Info
Alexander Chigrik explains SQL Server transactional replication in extensive detail, complete with a step-by-step example for getting up and running with this form of replication.
www.databasejournal.com/features/mssql/article.php/1438201
-
Get Site Info