Skip to content

Commit

Permalink
modify commented out filters
Browse files Browse the repository at this point in the history
  • Loading branch information
williamadba committed May 16, 2019
1 parent a6da843 commit 9381496
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ssrs subscriptions status.sql
Expand Up @@ -22,6 +22,7 @@ SELECT
and a.SubscriptionID = s.SubscriptionID
INNER JOIN dbo.[Users] u on s.[OwnerID] = u.[UserID]
left outer join dbo.ExecutionLog3 el on el.itempath = c.path
where el.requesttype = 'subscription'
--and laststatus not like '%0 errors.'
where el.requesttype = 'subscription'


order by s.LastRunTime desc, el.timestart desc

0 comments on commit 9381496

Please sign in to comment.