Hi friends
What does the Queue Reader Agent do in SQL Server 2005 replication?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 20, 2011, 2:37 AM
This agent reads the subscriber logs and moves changes back to the publisher.This agent is used when the queued update model is chosen with transactional replication. It moves changes from the subscribers back to the publishers.
Please refer the below link
http://www.informit.com/articles/article.aspx?p=661373
Thanks