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 ? | 42 Yes | 6 No |
Post New Answer View All Answers
What is use of @@ spid in sql server?
What is the size of transaction log file?
How can we delete Duplicate row in table?
What is system stored procedures?
What is global temp table?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
Explain logical operators in sql server?
Tell me can we use custom code in ssrs?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
What is the New in SQL server 2008?
What do you understand by the denormalisation?
What is DCL?
What is autocommit mode in sql server?
Differentiate sql server reporting services vs. Crystal reports?
Does hive support indexing?