Additional SQL Server features and topics not covered by specific categories
Hi @Mark Gordon ,
> But I do not understand if the processing occurring by the snapshot agent is loading the subscriber db directly or is it pumping it up to the distributor and the synchronizer agent job is doing the loading.
The initial dataset is typically a snapshot that is created by the Snapshot Agent and distributed and applied by the Distribution Agent. The Snapshot Agent prepares snapshot files containing schema and data of published tables and database objects, stores the files in the snapshot folder. The Distribution Agent copies the initial snapshot files from the snapshot folder to Subscribers.
Suggest you read MS document How Transactional Replication Works to get more information.
Best regards,
Cathy
If the response is helpful, please click "Accept Answer" and upvote it, thank you.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.