﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Andy Leonard / Article Discussions / Article Discussions by Author  / HOWTO: Create an Asynchronous Schedule For a Report Server Report / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 22:41:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: HOWTO: Create an Asynchronous Schedule For a Report Server Report</title><link>http://www.sqlservercentral.com/Forums/Topic156209-208-1.aspx</link><description>Nope: The "guid" named jobs reappeared. It is like there is a nightly reporting servcie job that goes though and checks to see if the job exists and rebuilds it. I will try to just disable the job and see if that does the trick. regradless, it looks like I stuck with the "guid" names. I do have a query that helps identify the job to report:select jobs.[name] as JobName,c.[name] as ReportNamefrom ReportServer$SQL2005.dbo.[catalog] as cinner join ReportServer$SQL2005.dbo.[ReportSchedule] as rs	on c.ItemID = rs.ReportIDinner join msdb.dbo.sysjobs_view as jobs	on jobs.[name] = convert(varchar(100),rs.scheduleid)order by jobs.[name]</description><pubDate>Mon, 11 Aug 2008 07:19:52 GMT</pubDate><dc:creator>dasundell</dc:creator></item><item><title>RE: HOWTO: Create an Asynchronous Schedule For a Report Server Report</title><link>http://www.sqlservercentral.com/Forums/Topic156209-208-1.aspx</link><description>Ok, got it working I think. The key is not to remove the schedule within the job but to simply disable the job.</description><pubDate>Fri, 08 Aug 2008 14:17:26 GMT</pubDate><dc:creator>dasundell</dc:creator></item><item><title>RE: HOWTO: Create an Asynchronous Schedule For a Report Server Report</title><link>http://www.sqlservercentral.com/Forums/Topic156209-208-1.aspx</link><description>I now tried basically the same approach as the article. After renaming the “guid” named job to some meaningful name, I also disabled it and had the newly renamed job called by another. The idea was to have a “main” job call all the report refresh jobs as a single unit. The problem is, the next morning I came in and all the “guid” jobs that were renamed are now back and enabled. Apparently, reporting services recreated them based on the schedule that was setup.  Is there some place within the reporting service database where the job names are referenced that could be adjusted to call the ‘renamed” version?</description><pubDate>Fri, 08 Aug 2008 07:07:17 GMT</pubDate><dc:creator>dasundell</dc:creator></item><item><title>RE: HOWTO: Create an Asynchronous Schedule For a Report Server Report</title><link>http://www.sqlservercentral.com/Forums/Topic156209-208-1.aspx</link><description>I was using this approach, but instead of renaming the job I created a new one and borrowed the step from the original job. I did this because I wanted to control multiple report refreshes from a single job. I deleted the "guid" named job. However, I noticed that the next day the "guid" named job was back. (1) It would have been nice if Microsoft would give us the ability to name the job during the "configuration" creation. (2) If the report execution configuration is turned off, the event behind the original job and now copied into the new one goes away. Micosoft could have done a better job here.</description><pubDate>Mon, 04 Aug 2008 10:03:47 GMT</pubDate><dc:creator>dasundell</dc:creator></item><item><title>RE: HOWTO: Create an Asynchronous Schedule For a Report Server Report</title><link>http://www.sqlservercentral.com/Forums/Topic156209-208-1.aspx</link><description>This is great article.But when i tried to follow the step as said, the job never got created in my "&lt;EM&gt;Reporting Services SQL Server Jobs".Can you please let me know what rights need to be given and to which process ??Thank you in Advance.&lt;/EM&gt;</description><pubDate>Mon, 17 Sep 2007 14:26:00 GMT</pubDate><dc:creator>Nitesh R Dedhia</dc:creator></item><item><title>HOWTO: Create an Asynchronous Schedule For a Report Server Report</title><link>http://www.sqlservercentral.com/Forums/Topic156209-208-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/ALeonard/howtocreateanasynchronousscheduleforareportserverr.asp"&gt;http://www.sqlservercentral.com/columnists/ALeonard/howtocreateanasynchronousscheduleforareportserverr.asp&lt;/A&gt;</description><pubDate>Tue, 18 Jan 2005 13:10:00 GMT</pubDate><dc:creator>Andy Leonard</dc:creator></item></channel></rss>