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
What is mapping schema?
What is the difference between value type and reference type?
What is the difference between primary key and unique constraints?
Explain “not null constraint” in sql server?
How do you know if sql server is running on your local system?
What is normalization of database? What are its benefits?
What are data resources?
Explain “row_number()” in sql server with an example?
Can binary strings be converted into numeric or float data types?
What happens if an integer is too big for int date type?
How many instances per computer are there in sql server 2000?
What is the difference between count () and rowcount ()?
What is normalization 1nf 2nf 3nf?
What is SQL Azure Fabric?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration