Viewing 4 posts - 1 through 4 (of 4 total)
I am cleaning hundreds of orphaned report subscription jobs and wrote this:
select 'exec sp_delete_job '+job.name
from msdb.dbo.sysjobs job
inner join msdb.dbo.sysjobsteps jst on job.job_id=jst.job_id
left join reportserver.dbo.ReportSchedule rs on cast(rs.ScheduleID...
May 21, 2020 at 5:00 pm
This was very helpful. We upgraded packages from 2008 to 2016 and they worked for the most part. However, tasks from the third party library from vendor CozyRoc had apparently...
October 12, 2017 at 10:19 am
Thanks for the replies. We thought we were missing something. None of the books or articles that describe it give any specifics on implementing or the limitations....
July 25, 2008 at 11:48 am
After spending several evenings working out security issues I finally got the Report Builder working only to discover that my views did not make it from my "view" to my...
August 30, 2006 at 5:22 am
Viewing 4 posts - 1 through 4 (of 4 total)