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 efficiency data?
What is clustered index
What are synonyms?
Can another user execute your local temporary stored procedures?
Which are the new data types introduced in sql server 2008?
Which Model uses the SET concept
What is sql server replication? : sql server replication
Define union, union all, minus, intersect?
When would you prefer to have a minimum number of indexes?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
What is the difference between functions and scalar functions?
Explain primary key?
What is the definition for sql server 2000?
How you can change a cross join into an inner join?
what are the different types of replication you can set up in sql server? : Sql server database administration