What is CUBE?

  • i do apologies if this question is very silly to you but i am just wondering when people send question and says problem with cube, working with cube. what it mean?

  • hi,

    It s a sentence that has benn used over collacially and there is nothing wrong in it as far as the concept of questioning has reached the user.

    Regards

    cholan

  • Hi there!

    From Microsoft BOL: "The CUBE operator generates a result set that is a multidimensional cube. A multidimensional cube is an expansion of fact data, or data that records individual events. The expansion is based on columns that the user wants to analyze. These columns are called dimensions. The cube is a result set that contains a cross tabulation of all the possible combinations of the dimensions."

    Maybe these articles can help get you started:

    http://msdn.microsoft.com/en-us/library/ms175939.aspx

    http://msdn.microsoft.com/en-us/library/ms175680(SQL.90).aspx

  • I would say Cube is a representation of data similiar like a rubix cube. Where you can look at data from different angles(in analysis world - Dimensions). You can use "where" clause which is similiar like slicing the cube. Does that make sense ?;)

  • dva2007 (11/6/2008)


    i do apologies if this question is very silly to you but i am just wondering when people send question and says problem with cube, working with cube. what it mean?

    suppose you have different database and these are not related to each other in any way.

    you know what the data is. but you dont know how to relate them to get the proper results.

    now use the CUBE for merging and producing the desired reports. use SQL server Dataware housing for more implementations

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • A cube reminds me of a pivot table in Excel.

Viewing 6 posts - 1 through 5 (of 5 total)

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