What is database replicaion? What are the different types
of replication you can set up in SQL Server?
Answers were Sorted based on User's Feedback
Answer / swapna
Replication is the process of copying/moving data between
databases on the same or different servers. SQL Server
supports the following types of replication scenarios:
Snapshot replication
Transactional replication (with immediate updating
subscribers, with queued updating subscribers)
Merge replication
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sachin rathi
Database replication is the creation and maintenance of
multiple copies of the same database.
In most implementations of database replication, one
database server maintains the master copy of the database
and additional database servers maintain slave copies of
the database.
Database writes are sent to the master database server and
are then replicated by the slave database servers.
Database reads are divided among all of the database
servers, which results in a large performance advantage due
to load sharing.
In addition, database replication can also improve
availability because the slave database servers can be
configured to take over the master role if the master
database server becomes unavailable.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vijay kona
Replication is the process of moving database objects from
one server to another server.
There are 3 types:
1.snapshot replication
2.Transactional replication
3.Merge replication(2way communication process)
| Is This Answer Correct ? | 1 Yes | 0 No |
What is 5nf in normalization form?
What are indexers?
Do you know how to store and query spatial data?
What will happen when a Rollback statement is executed inside a trigger?
1 Answers Flextronics, Hexaware,
Tell me about joins in database system and explain each in detail.
0 Answers Axtria, ITC Indian Tobacco Company,
What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
What is table constraint?
Write the SQL query to drop, truncate and delete table.
0 Answers HPCL, Hughes Systique Corporation, Ittiam Systems,
In which situation you use Self joins?
1 Answers CarrizalSoft Technologies, HP, TCS,
Why we are using the sql language?. What is the purpose of using this?
What is a select query statement in ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)