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
Explain Normalization and DE normalization
How to execute a sql statement using odbc_exec()?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
What is the maximum rows in sql server table?
What is blocking and how would you troubleshoot it? : sql server database administration
How do I find information about the install locations for the various instances running on a computer?
What are the transaction properties?
what changed between the previous version of sql server and the current version? : Sql server database administration
Mention the differences between sql server and mysql.
What is a virtual table in sql?
What is data compression? : sql server database administration
Explain activity monitors
What are the restrictions while creating batches in sql server?
What is the purpose of grouping data in a report?
What is exporting utility?