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
How to list all schemas in a database?
What is oltp (online transaction processing)?
What is model database? : SQL Server Architecture
what is the sql equivaent of the dataset relation object ?
How to define the name and server for a new dsn?
How can you tell if a database object is invalid?
role of sql sever 2005 in database rather than any other database
What are the different normalization forms?
How to Sync Two SQL Azure Databases?
What are the joins in sql server? : sql server database administration
When should you use an instead of trigger?
How can you stop stored procedures from recompiling?
What is collation sensitivity?
What is the difference between cube operator and rollup operator? : SQL Server Architecture
Explain try...catch with sql server?