What is database replicaion? What are the different types
of replication you can set up in SQL Server?
Answer Posted / vijay kona
Replication is the process of moving database objects from
one server to another server.
There are 3 types:
1.snapshot replication
2.Transactional replication
3.Merge replication(2way communication process)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Would you store your query in a ssrs report or a database server? State the reason why?
How do I trace a query in sql server?
What is the purpose of the model database?
What is Lock table in SQL?
What types of Joins are possible with Sql Server?
When would you use the stored procedures or functions?
How to restore performance issues and how to check?
What is sql server replication? : sql server replication
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Do you know what are different types of replication in sql server?
What is collation sensitivity? Explain different types.
How to view the error log for any specific instance? : sql server database administration
What functions can a view be used to performed?
How to download and install microsoft .net framework version 2.0?
When I delete any data from a table, does the sql server reduce the size of that table?