What is Order of processing cubes,Dimensions ,MeasureGroup,Partition in SSIS?

  • Hi All,

    I am processing all the cube related things

    Presently i was processing like below order

    Processing order --> Dimensions --> Cube --> MeasureGroup --> Partition

    1. oDimensions.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)

    2. oCube.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)

    3. oMeasureGroup.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)

    4. oPartition.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)

    Any thing modification of above processing..

    like

    Processing order --> Dimensions --> MeasureGroup --> Partition--> Cube

    Regards,

    Venu

  • Is there a question?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply