Forum Replies Created

Viewing 15 posts - 61 through 75 (of 129 total)

  • RE: Calculations in the DB engine or SSAS

    Oh yeah. should have mentioned that SSAS named calculations is nothing more than the DB engine calculations palced in the DSV. SSAS does not calculate anything really

  • RE: Calculations in the DB engine or SSAS

    I suppose these two things are the same.

    The difference is that the SSAS would generate a SELECT query and the calculation will be in there aliased with a name, but...

  • RE: SSAS uses old table!!!

    I figured out the problem and will answer my own question so that ppl know.

    BIDS DSV replace table feature replaces the table in the DSV and consequently in the DSV...

  • RE: Visual Studio freezes when debugging SSIS packages

    I don't believe everyone here enjoys smooth BIDS performance when debugging their big SSIS packages.

    It just kills me and I don't know what to do...

    Please help

  • RE: Error in Metadata Services. Whick Cube does it complain about?

    I figured it out, but have not solved the problem

    There is an attribute with a composite key comprised of two fields and I linked the dimentions to the fact table...

  • RE: Indexing in SQL Tables

    priya (7/8/2008)


    Thanks..

    Well I would also like to know I what case we should not Index a column..

    I mean why Is it said that too much of Indexing is harmful?

    Reading theory...

  • RE: Indexing in SQL Tables

    I meant if you do ANY of that and you care about performance -- then Mr Index is your man

  • RE: Indexing in SQL Tables

    Imndexing is used for Joins, Searches, sorting and filtering and other things.

    If you do all of that -- index, if not -- no point.

    You are in a wrong phorum...

  • RE: Change Dimension ID. HOW?

    I just realised that when you create a new dimension using the wizard there are two options.

    When using the first option, (Build dimensions using data source) it assigns the name...

  • RE: Change Dimension ID. HOW?

    Still the question is up. Even if I rebuild the dimensions and combine them in one with multiple hierarchies, HOW do I change the ID of the dimension?

    Changing the...

  • RE: Change Dimension ID. HOW?

    stevefromOZ (6/18/2008)


    Sorry upfront as this isn't a direct answer to the question posted. I would seriously consider changing the model yourself, creating new hierarchies within the one Period dimension.

    Correct....

  • RE: Analysis Services

    qazi.haseeb (6/18/2008)


    so please help me brother!

    here we go.

    C# code:

    C++;

  • RE: Analysis Services

    qazi.haseeb (6/18/2008)


    Hey Guys Could you help me out

    You are in the wrong place and also your poll is meaningless 😀

  • RE: BETWEEN

    It is in your court now. Sorry, but even if the two queries come back once with the same results, the answer is still NO. The reason is consistently...

  • RE: BETWEEN

    Lynn Pettis (6/11/2008)


    To paraphrase what someone else once said on this site, "The proof is in the code." Here is the code:

    ...

    while @LoopCnt < 100

    ...

    Based on the results, the...

Viewing 15 posts - 61 through 75 (of 129 total)