Click here to Skip to main content
15,896,606 members
Articles / Database Development / SQL Server

SQL Server 2005 - Merge Replication Step by Step Procedure

Rate me:
Please Sign up or sign in to vote.
4.54/5 (23 votes)
30 Aug 2008CPOL6 min read 286.8K   76  
Replication is the process of sharing data between databases in different locations. Using replication, we can create copies of a 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.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Egypt Egypt
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions