Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Replication and Database Mirroring?

Add comment
Views: 65
Votes: 0
Comments: 0
Database mirroring can be used with replication to provide availability for the publication database. Database mirroring involves two copies of a single database that typically reside on different computers. At any given time, only one copy of the database is currently available to clients which are known as the principal database. Updates made by clients to the principal database are applied on the other copy of the database, known as the mirror database. Mirroring involves applying the transaction log from every insertion, update, or deletion made on the principal database onto the mirror database.
Others in this Category
document What is LINQ?
document Which TCP/IP port does SQL Server run on? How can it be changed?
document What is MERGE Statement?
document What do you mean by Table Sample?
document What are the properties and different Types of Sub-Queries?
document What is SQLCMD?
document What command would you use to create a backup control file?
document Q: Explain the concept of NULL
document What are Ranking Functions?
document What are different Types of Join?
» More articles



RSS