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 public role in sql server?
What is index fragmentation in ms sql server?
role of sql sever 2005 in database rather than any other database
Can we write a distributed query and get some data which is located on other server and oracle database?
What is the maximum row of a size?
Tell me what are the essential components of sql server service broker?
What is a file group?
How do I manually uninstall an instance of sql server 2016?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
Define outer join in sql server joins?
Can two tables share a primary key?
Please explain go command in sql server?
What is mapping schema?
Define Wed Edition in SQL Azure?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration