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
Explain the different types of backups available in sql server? : sql server database administration
Explain about nested stored procedure?
How to retrieve field values using mssql_result()?
What is surrogate key? : sql server analysis services, ssas
Explain what are the database objects? : SQL Server Architecture
What are the different types of join?
Can a cursor be updated? If yes, how you can protect which columns are updated?
what is the difference between delete table and truncate table commands? : Sql server database administration
Can I use sql azure as a backup with log shipping or database mirroring?
Explain the third normal form(3nf)?
What are two difference between sql azure and azure tables?
What is scrollable cursor?
how you can list all the tables in a database?
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
Difference between 2NF &3NF ?