Viewing 3 posts - 76 through 78 (of 78 total)
Thanks for pointing me in the right direction.
I ended up turning this into a job.
I'll share it after it's been tried and proven.
SELECT*
FROMDistribution.dbo.MSdistribution_agents DA
INNER JOIN Distribution.dbo.MSdistribution_history DH
ON DA.ID =...
April 28, 2014 at 9:02 am
Lempster (4/24/2014)
Replication Monitor does give you that information, but you have to drill-down on the individual tabs. The 'Distributor to Subscriber tab is where you want to look.Regards
Lempster
Thanks for responding....
April 25, 2014 at 1:05 am
Great! Exactly what I needed. Thank you.
Here's my code. Still fresh, so needs to be tested more.
-- Run this code from the publication database
-- Code assumes some form of naming...
April 11, 2014 at 7:03 am
Viewing 3 posts - 76 through 78 (of 78 total)