InterviewSolution
Saved Bookmarks
| 1. |
What Is Database Replicaion? What Are The Different Types Of Replication You Can Set Up In Sql Server? |
|
Answer» REPLICATION is the process of copying/moving DATA between DATABASES on the same or different servers. SQL Server supports the following TYPES of replication scenarios:
Replication is the process of copying/moving data between databases on the same or different servers. SQL Server supports the following types of replication scenarios: |
|