Hi everyone,
I'm exploring the 3 types of replication. i've used merge and snapshot in the past.
I really only need for changes for 2 tables to get replicated to Server B. Don't need bi-directional.... changes on Server B do not need to be replicated to Server A. Just need changes to be sent maybe twice per day.. not really real-time.
I think snapshot repl has to send the entire table rather than only changes/inserts/deletes. Am I correct?
I'm hoping to avoid the more complex transactional and merge types if possible.
Thanks, John
I'm exploring the 3 types of replication. i've used merge and snapshot in the past.
I really only need for changes for 2 tables to get replicated to Server B. Don't need bi-directional.... changes on Server B do not need to be replicated to Server A. Just need changes to be sent maybe twice per day.. not really real-time.
I think snapshot repl has to send the entire table rather than only changes/inserts/deletes. Am I correct?
I'm hoping to avoid the more complex transactional and merge types if possible.
Thanks, John