What is database replicaion? What are the different types
of replication you can set up in SQL Server?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mapping schema?

800


What is the difference between value type and reference type?

731


What is the difference between primary key and unique constraints?

705


Explain “not null constraint” in sql server?

749


How do you know if sql server is running on your local system?

757


What is normalization of database? What are its benefits?

719


What are data resources?

691


Explain “row_number()” in sql server with an example?

759


Can binary strings be converted into numeric or float data types?

783


What happens if an integer is too big for int date type?

760


How many instances per computer are there in sql server 2000?

790


What is the difference between count () and rowcount ()?

756


What is normalization 1nf 2nf 3nf?

821


What is SQL Azure Fabric?

106


Does dbcc checkdb requires db to be in single_user mode? : sql server database administration

738