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
in the physical file layout, where should the transaction log be stored in relation to the data file?
How can i Relate Tables in SSIS
Does index slows down insert statements?
Write query to return all rows sql?
can you implement data mining in SSRS?
What is the use of group by clause?
What is join and name different type of joins?
How to convert numeric values to integers in ms sql server?
What is difference between count (*) and count 1?
Do you know what is difference between stored procedure and user defined function?
What will be the maximum number of index per table?
How to Sync Two SQL Azure Databases?
Explain steps of normalization?
What is store procedure? How do they work? When do you use?
Why use “nolock” in sql server?