Viewing 15 posts - 226 through 240 (of 2,268 total)
If the cubes are in the same database then you can use the LOOKUPCUBE function.
Or you could combine your datasets in SSRS by having adjacent tables with different datasets.
September 21, 2011 at 4:14 am
One of the parameters seems to be missing a value, impossible for us to tell which one.
I would however re-write this code to use a stored proc, rather than bulding...
September 21, 2011 at 3:59 am
when creating a new database they may need a server roles as well
September 20, 2011 at 5:16 pm
for most of the time roles are the perfect way to go as you can set permissions down to the dimension member level.
setting them up is fairly straight forward, ...
September 20, 2011 at 3:58 pm
as you are using 'sa' then then it shouldn't be a permission issue, I would compare the db options of one db that works with one that does not...
September 20, 2011 at 3:52 pm
The template package that we use contains;
- a number of variables that are used for logging and error handling
- an initial execute sql task that logs the start of the...
September 20, 2011 at 2:41 pm
are these databases that can't be accessed sql 2005 - 2008 ?
and your tool that was created before then can't understand the format of the system tables.
September 20, 2011 at 2:09 pm
lcarrethers (9/20/2011)
It tells me wrong number of arguments
because the un-partnered brackets are confusing the number of arguments..
September 20, 2011 at 9:57 am
it look like you are missing the closing ')' for your first TRIM
September 20, 2011 at 9:51 am
Cowboy DBA (9/20/2011)
So from "SourceSheet" to "SourceSheet$" and...
September 20, 2011 at 9:49 am
it could be a number of things,
in the data source, are you accessing Excel directly or have you used a query with a specified range that may need extending?
the...
September 20, 2011 at 9:03 am
Ninja's_RGR'us (9/20/2011)
steveb. (9/20/2011)
Ninja's_RGR'us (9/20/2011)
steveb. (9/20/2011)
wildh (9/20/2011)
September 20, 2011 at 8:45 am
Ninja's_RGR'us (9/20/2011)
steveb. (9/20/2011)
wildh (9/20/2011)
Does anyone have experience of DSDM Atern? How generic is it? and why cant I find much/ anything about it with relation to Business Intelligence?
never used...
September 20, 2011 at 8:26 am
if the number of 'sal' columns is fixed to Four then i would create Four seperate data sources, one for each column, and then send these all to the...
September 20, 2011 at 8:21 am
wildh (9/20/2011)
Does anyone have experience of DSDM Atern? How generic is it? and why cant I find much/ anything about it with relation to Business Intelligence?
never used that methodology, ...
September 20, 2011 at 8:17 am
Viewing 15 posts - 226 through 240 (of 2,268 total)