Viewing 15 posts - 16 through 30 (of 45 total)
Did you look at my delay mechanism for file-delivery subscriptions in this same forum?
March 5, 2010 at 8:29 am
Jeff Moden (2/5/2010)
David McKinney (2/5/2010)
February 10, 2010 at 9:27 am
Randy-574768 (11/2/2009)
Thanks for the assistance...
November 2, 2009 at 11:09 am
Here's some additional sample code. This is the SQL to execute the stored procedure. You use it from the database where the physical data resides, NOT the ReportServer DB.
USE [DBToRetrieveDataFrom]
--...
November 2, 2009 at 9:32 am
Maybe this will help. Here's the SP I have. I took the SP from the aforementioned website and created a new delay mechanism for file share delivery that did seem...
November 2, 2009 at 9:15 am
Randy-574768 (11/2/2009)
This is the one that I cannot open. I imagine its just the one I need, so I was hoping someone...
November 2, 2009 at 9:03 am
Are you using the code from http://www.sqlservercentral.com/Forums/FindPost683529.aspx?
November 2, 2009 at 8:35 am
Refer to the article at http://spilich.blogspot.com/2007/11/using-data-driven-subscriptions-in.html to use more than one parameter.
July 21, 2009 at 8:01 am
Actually, nevermind that last post. Assuming you want the date range to be from one day to the next (without regards to any time constraints), you may be better off...
May 22, 2009 at 9:48 am
You could change the query to say something along the lines of:
EndDate < DATEADD(d,1,@enddate)
.
May 22, 2009 at 9:00 am
Yep, privileges would definitely cause a problem too, lol. Glad you were able to fix the problem!
May 21, 2009 at 11:16 am
I could only suggest that you re-create the initial subscription by hand and schedule it for the past. Then just update the query to use the newly created Subscription and...
May 21, 2009 at 8:12 am
I haven't had much more time to work on it late last week, but what I have right now is the same as a couple posts prior, with the exception...
April 27, 2009 at 7:39 am
Thanks for the parsename trick. I do recall reading about that (probably on here) quite some time ago. For the amount of IPs that had to be converted using the...
April 23, 2009 at 3:21 pm
I'll try your latest version and let you know. The previous version actually ran SLOWER than using the original version using a temporary table, believe it or not. Nice touch...
April 23, 2009 at 8:04 am
Viewing 15 posts - 16 through 30 (of 45 total)