#database_replication
Explore tagged Tumblr posts
Text
SQL server replication
SQL server replication, Replication allows maintaining the same database multiple copies at different locations. SQL server replication helps to manage a whole database redundancy whereas mirroring helps to manage some part of the database (a set of required objects) at users location. Alternations made at various clients locations are synchronized to the primary server. SQL Server replication is an object feature.
For more click here
0 notes