InterviewSolution
Saved Bookmarks
| 1. |
What The Different Components In Replication And What Is Their Use? |
|
Answer» The 3 main COMPONENTS in REPLICATION are Publisher, Distributor and Subscriber. Publisher is the data source of a publication. Distributor is responsible for distributing the DATABASE objects to one or more destinations. Subscriber is the destination where the publishers data is COPIED / replicated. The 3 main components in Replication are Publisher, Distributor and Subscriber. Publisher is the data source of a publication. Distributor is responsible for distributing the database objects to one or more destinations. Subscriber is the destination where the publishers data is copied / replicated. |
|