Queue reader agent

  • Hello experts,

    please let me know how do we check whether queue reader gaent and distribution agent down ?

    its urgent

    thanks

  • 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.

  • hi Andrew,

    thanks for the response, there are so many jobs running, any idea to check which job related to Queuereader agent.

  • 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