Forum Replies Created

Viewing 15 posts - 226 through 240 (of 2,268 total)

  • RE: SSAS union in MDX query

    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.

  • RE: New to ASP, getting an error

    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...

  • RE: Set up role and permissions in SSAS database

    when creating a new database they may need a server roles as well

  • RE: Set up role and permissions in SSAS database

    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, ...

  • RE: ER/Studio and Oracle SQL Developer Data cannot reverse engineer 13 of 29 attached databases for clinical data warehouse/BI project

    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...

  • RE: Starting Point For SSIS Package Template

    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...

  • RE: ER/Studio and Oracle SQL Developer Data cannot reverse engineer 13 of 29 attached databases for clinical data warehouse/BI project

    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.

  • RE: two conditions

    lcarrethers (9/20/2011)


    It tells me wrong number of arguments

    because the un-partnered brackets are confusing the number of arguments..

  • RE: two conditions

    it look like you are missing the closing ')' for your first TRIM

  • RE: Excel Hell

    Cowboy DBA (9/20/2011)


    Seems to have been sorted. In the Excel source editor I changed the table source from the worksheet name to worksheet name $

    So from "SourceSheet" to "SourceSheet$" and...

  • RE: Excel Hell

    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...

  • RE: Agile BI

    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)


    Does anyone have experience of DSDM Atern? How generic is it? and why cant I find much/ anything about it with relation to...

  • RE: Agile BI

    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...

  • RE: how to split data in ssis

    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...

  • RE: Agile BI

    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, ...

Viewing 15 posts - 226 through 240 (of 2,268 total)