Viewing 15 posts - 496 through 510 (of 2,278 total)
If they all have the same structure, I would use UNION/UNION ALL to make them a single dataset.
May 8, 2012 at 12:12 pm
What problems are you having passing the parameters?
May 8, 2012 at 7:27 am
mjbriggs03 (5/8/2012)
I have the following query in SSRS...
SELECT
a.JURISDICTIONCODE,
a.NAME,
to_number(REGEXP_REPLACE(REGEXP_REPLACE(b.value,'[a-zA-z]',''),',','')) as "Population"
FROM
DLSGATEWAY.JURISDICTION a,
DLSGATEWAY.SE_DATA b,
DLSGATEWAY.SE_DATA_VALUE_TYPE c
WHERE
...
May 8, 2012 at 7:26 am
capn.hector (5/7/2012)
L' Eomot Inversé (5/7/2012)
Revenant (5/7/2012)
Daniel Bowlin (5/7/2012)
Gorgonzola
Émile
emilio estevez
Charlie Sheen
May 8, 2012 at 7:17 am
Using 1 - 3 - 5 Mondays, you will get the 5 & 1 two weeks in a row.
I don't have standard version so I don't know if...
May 7, 2012 at 12:55 pm
sam.dahl (5/3/2012)
Daniel Bowlin (5/3/2012)
I have an idea for a different approach. It would take a little effort to set up, but way easier than a parallel environment.
This is an...
May 4, 2012 at 7:12 am
Most transforms have a setting on how to handle an error, set it to ignore. I would use package variables and a count transform to get your row counts.
May 4, 2012 at 7:06 am
My first questions would be have you patched or upgraded recently?
May 4, 2012 at 7:03 am
What does your data look like now?
May 4, 2012 at 6:51 am
I think RunningValue scoped to your group would do the trick.
May 3, 2012 at 2:55 pm
I have an idea for a different approach. It would take a little effort to set up, but way easier than a parallel environment.
-Set up some kind of user...
May 3, 2012 at 7:51 am
One other thing you can look at, althought I have not tested it for this purpose. In the flat file source editor on the connection manager tab there is...
May 3, 2012 at 7:32 am
Viewing 15 posts - 496 through 510 (of 2,278 total)