August 2012
Intermediate to advanced
1416 pages
33h 39m
English
Chapter 28
Replicating Data
In This Chapter
Understanding Replication Concepts
Configuring Replication
Replication is a native group of technologies in SQL Server 2012 that you can use to copy and distribute database objects and data from one database to another. In addition, replication synchronizes the databases to maintain consistency.
You can use replication for many purposes, listed here in order from most popular to rarely used:
You can make replication processes highly scalable, which typically can synchronize data between servers or databases with acceptable latency. Latency reflects the lag of time between when data is sent (replicated) from the source server and received at the destination server.
Read now
Unlock full access