I have a table that should be replicated to another location.
This table contains about 20000 records and network link is 128 K bit.
In case the subscriber updates any record, this record should be retrieved again from the publisher.
I am confused what type to use?
a) Snapshot but the link is 128
Or
b) Transactional but records updated at the subscriber will not be refreshed from the publisher
Or
c) Transactional and make the snapshot refresh rate to be daily at 1 am
Please advice?
This table contains about 20000 records and network link is 128 K bit.
In case the subscriber updates any record, this record should be retrieved again from the publisher.
I am confused what type to use?
a) Snapshot but the link is 128
Or
b) Transactional but records updated at the subscriber will not be refreshed from the publisher
Or
c) Transactional and make the snapshot refresh rate to be daily at 1 am
Please advice?