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
What is a schema in ms sql server 2005?
What is side by side migration in sql server?
What are differences in between sql server 2012 and sql server 2016?
Scalability, Availability, Integration with internet, etc.)?
How can you check the version of sql server?
What is difference between stored procedure and user defined function?
How to populate a table in sql server?
How to enable tcp/ip protocol on a sql server?
What is sql server schema compare? How we can compare two database schemas?
What do you mean by data manipulation language?
What are the properties and different types of sub-queries?
How do you delete a data source?
What stored procedure can you use to display the current processes?
How do you delete duplicate rows in sql server?
Explain the different types of backups available in sql server? : sql server database administration