SQL SERVER 2008 R2
Pull subscription transactional.
I deleted the default distribution agent job and recreated by scripting out the similar job for another publication.
The new job works fine but the issue now is that, my monitoring system is still picking up the old Job:
The following alerts related to the old job which doesnot exist now are being generated now:
Unable to retrieve steps for job gloss123-salesApp-Trans_salesapp-glossrep-Reporting_salesapp-RT65456-FR456-3456-6T56-5743567TYTG6.
When I query the following table, it shows me the old job not the new one.
SELECT * from distribution.dbo.MSdistribution_agents
My question is
1.
how to clean this unwanted alert. This is most important for me to fix at the moment.
2.
How can the query above show the new job name (replication meta data change)