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 are the types of containers in ssis?
what is sql server? : Sql server database administration
What is buffer cash and log cache in sql server?
Name and describe few console utilities for ssrs?
What is BLOCK statements in SQL?
What are the different editions available in sql server 2000?
How to modify existing triggers using "alter trigger"?
How to list all user defined functions in the current database?
What is bcp? When does it use?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
How to list all field names in the result set using mssql_field_name()?
what are user defined datatypes? : Sql server database administration
Explain what you mean by 3 tier architecture.
What do you mean by acid?
Which are the two editions in which SQL Azure database available?