Hi All,
Im going to configure transactional replication from my PROD server to another server. I have 300+ tables and the total size of the DB is around 50 GB, which is getting realtime data from users as well as different sources.I have few question on configuring part
1) Im going to take a full backup and restore it in the target server for both the participating servers to be in sync.
2)By the time the DB is restored in the target server and i configure the transactional replication between the two nodes, lot of data changes would have taken place in my prod(source) server. So the target is out of sync. How is this managed in transactional replication setup. Will the snapshot agent makes sure both the publisher and subscriber are in sync at the time of configuration.
Thanks