Hi ,
I have been researching on web about this flow but this is the best and ultimate post that I have seen.
But I have few questions on dbo.Notifications table.
Currently we only kept 10 as running subscriptions and I would like to see how many minutes those 10 subscriptions are currently running.
I can able to find the duration only when a subscription is completed , but I would like to see the current running minutes of a subscription.
I found out that SQL Server Agent Job is just to trigger the subscription and it is not telling any duration , even the failed subscriptions are showing Success in SQL Server Agent Job (so I came to a conclusion that the job duty of the SQL Server Agent Job is to just trigger the subscription).
Can you please help me with these questions.
Thank you