what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Answer / Bobindra
{"replication": "Database replication is a method used to copy and keep database data consistent across multiple databases, called replicas. In SQL Server, there are two main types of replication: 1) Transactional Replication: It copies data from the publisher database to one or more subscriber databases. Changes made to the publisher database are propagated to the subscriber databases. 2) Merge Replication: It allows multiple publishers and subscribers to exchange data bi-directionally. Each subscriber can also make changes, which can then be propagated back to the publisher."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between view and materialized view?
What are the types of subscriptions in SQL Server replication?
Please give me queries for the following 1. To get the count of duplicate records. 2. A query to delete the duplicate records.
How do clustered indexes store data?
explain the type of contraints
How to update existing rows in a table?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
What do you mean by cardinality?
employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values r repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
How to manipulate data from one table to another table ?
What is sql server schema compare? How we can compare two database schemas?
Oracle (3253)
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)