InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between Push and Pull Subscription? |
|
Answer» Push & Pull is a type of Replication configuration. It decides how data will be replicated to the SUBSCRIBER.
Pull is best suited configured when the subscriber is connected all the time and need the latest data all the time accessed.
Pull is best suited when subscribers are not online every time. The subscriber can allow data lag and can wait for delay in data REFRESH |
|