Viewing 15 posts - 106 through 120 (of 172 total)
Anyone have any ideas on this or have come across a similar issue?
June 5, 2009 at 8:29 am
Haven't used a configuration file for the child package actually. With the child package not working either, I'm thinking it may have something to do with that package instead. Problem...
June 3, 2009 at 4:20 am
Where do I put this code in the Subscription screen of Report Manager? Think I'm totally on the wrong wavelength here!
June 2, 2009 at 5:39 am
I've come across this too, and guess which version I have!!! Standard!!! Grrr....
I did manage to get a bit of a cheat for this though. It will require...
June 2, 2009 at 5:15 am
Ok. I'll set myself a reminder to check the blog out every few days then. Many thanks.
April 20, 2009 at 10:38 am
Thanks Andrew by the way too. Your query now works with that tally table setup.
April 20, 2009 at 10:35 am
Makes sense that.
Do you have a link I could navigate to to read your article please? Interested in increasing my knowledge of this part of sql.
April 20, 2009 at 10:29 am
Analysed the links to the Tally tables etc now and I think I've got to the bottom of the code now thanks. See how the CTE tally table works now...
April 20, 2009 at 9:50 am
andrewd.smith (4/15/2009)
It uses a Tally / Numbers table with name Tally that includes the value 0 (zero).
There is a pre-query to retrieve...
April 20, 2009 at 8:01 am
Lynn Pettis (4/15/2009)
declare @StartDate datetime,
@EndDate ...
April 20, 2009 at 6:20 am
I'd be entering that date as a parameter (as well as the start date of 1st of May 2009 in my example run). Would need to accept two entered dates...
April 15, 2009 at 9:36 am
Here you go. I've put the results in an excel format to make it clearer and changed the interval type for the third record from M (monthly) to D (days)...
April 15, 2009 at 9:21 am
Anyone able to help me with this or my last comment please?
April 15, 2009 at 8:35 am
Florian, thanks for your comment here too, but my reply to Chris' comment applies to yours too. Can you see my test data please?
April 9, 2009 at 10:25 am
[font="Tahoma"]I can just about work out what you're doing here. First section declaring the variables, second initialising them, and the third looping through your tally table. In a bit of...
April 9, 2009 at 10:23 am
Viewing 15 posts - 106 through 120 (of 172 total)