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 are the options which must be set to allow the usage of optimistic models?
How to grant a permission in ms sql server using "grant execute" statements?
Define self join?
What is the use of set nocount on/off statement?
What does it mean to normalize a database and why would you do it?
What is change tracking in sql server?
How do you create a clustered index?
What should be the fill factor for indexes created on tables? : sql server database administration
What are dml triggers and types of dml triggers?
What is exporting and importing utility?
What is Command line parameters in PLSQL.?
Explain filestream storage of sql server 2008?
How to send email from database?
How to run queries with sql server management studio express?
What is data mart? : sql server analysis services, ssas