July 9, 2013 at 7:56 pm
Hello experts,
please let me know how do we check whether queue reader gaent and distribution agent down ?
its urgent
thanks
July 10, 2013 at 1:58 am
Just check if the job is running the the SQL agent, can be on the subscriber or publisher server.
Or
Right click Replication, Launch Replication Monitor.
Click publication name in the tree, under All Subscriptions tab, right click View Details.
Under Distributor to Subscriber History you should see messages like "8 transaction(s) with 42 command(s) were delivered." with a recent action time. That confirms distribution agent is running.
Click the Agents tab, change to Queue Reader Agent to see it's status.
July 10, 2013 at 2:20 am
hi Andrew,
thanks for the response, there are so many jobs running, any idea to check which job related to Queuereader agent.
July 11, 2013 at 12:01 am
Run
exec msdb.dbo.sp_help_job
In the category column, you should see REPL-QueueReader
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply