Viewing 11 posts - 16 through 26 (of 26 total)
Would SSIS / ETL be a good solution, do you think?
August 31, 2009 at 3:53 pm
I'm not sure I fully understand the question, but we do something similar (I think) to what you're asking.
The application knows the logon user (e.g. dmn\jdoe)
But then it connects to...
August 31, 2009 at 3:45 pm
Scott Coleman (8/7/2009)
Some problems call for an actual algorithm that can't be expressed in a single query. You might consider doing the column split in your web code instead...
August 17, 2009 at 1:11 pm
Jeff Moden (8/17/2009)
Thanks so much for the replies, guys! I'm on holidays for a week but will try these out when I get back!
Think about...
August 17, 2009 at 1:03 pm
Wow, Jeff. Way to make someone feel really good.
I had about a day to get this working before I went on a week off due to the...
August 17, 2009 at 12:10 pm
Thanks so much for the replies, guys! I'm on holidays for a week but will try these out when I get back!
August 9, 2009 at 12:18 am
I should mention that I don't care at all what sequence the categories come out in. Right now the NTILE query is causing them to be alphabetical, but that's...
August 6, 2009 at 4:48 pm
So what I've done on my website is the ASP code only looks at the column number when it changes categories, and ignores it from then on. So that...
August 6, 2009 at 4:28 pm
Thanks, that looks promising. Is there a way to tell it to keep all of the items for one category together, though? If it has to be that...
August 6, 2009 at 3:10 pm
barkha.javed (5/7/2008)
As recommended by JayKay that's what I do too.
Example:="Report Period: " & Format("dd-mm-yyyy",Parameters!StartDate.Value) & " to " & Format("dd/mm/yyyy",Parameters!EndDate.Value)
To show multivalue parameters can try something like this:...
June 24, 2009 at 11:48 am
Wow, thanks that looks pretty easy! I'll try this first thing tomorrow!
(And no, it could be any status before and after MR status so your generic method is great)
Thank...
May 14, 2009 at 7:03 pm
Viewing 11 posts - 16 through 26 (of 26 total)