SSRS - List of subscriptions and status

use ReportServer select Catalog.Name, Catalog.Path, Catalog.Description, Subscriptions.Description, LastRunTime, LastStatus from Subscriptions inner join Catalog on Subscriptions.Report_OID = Catalog.ItemID order by LastRunTime desc

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.