About 50 results
Open links in new tab
  1. sql - When to use GROUPING SETS, CUBE and ROLLUP - Stack …

    Aug 13, 2014 · Firstly, for those who haven't already read up on the subject: Using GROUP BY with ROLLUP, CUBE, and GROUPING SETS That being said, don't think about these …

  2. sql - Understanding the differences between CUBE and ROLLUP

    Dec 1, 2014 · It said that the ROLLUP clause was similar to the CUBE clause but that it was distinguished from the CUBE clause in the following way: CUBE generates a result set that …

  3. sql - What is the difference between cube, rollup and groupBy …

    Sep 27, 2022 · 63 I can't find any detailed documentation regarding the differences. I do notice a difference, because when interchanging cube and groupBy function calls, I get different …

  4. sql - View MDX query generated while browsing a cube in SSMS

    In Sql Server Management Studio once I browse a cube I can drop column fields, row fields and filter fields. This displays the required data. I want to know if there is a way to view the MDX …

  5. What is a Cube in SQL Server? - Stack Overflow

    Cube is a Dataset which could be result of one table (or) joined query on multiple tables. Cube has populated data and could be fetched real time as push.

  6. sql - Get SSAS cube last process time - Stack Overflow

    Oct 24, 2014 · Making an analysis services connection to the cube in SQL Server Management Studio (SSMS), I can right click on the cube and see the property of the last cube processing …

  7. sql server - Efficient way to process a multidimensional cube

    Jul 23, 2019 · I am building a multidimensional cube using SSAS, I created the partitions based on a date column, and defined a partition for each day. Source data size is bigger than 2 TB. …

  8. sql - OLAP Cube deployment issues - Stack Overflow

    I need to make an OLAP cube using a remote database. After I set up the dimensions and measures and create the cube, I can not get the cube to launch to the local server. I keep …

  9. sql server - deployment of adventureworks cube fails: 'user does …

    Apr 26, 2012 · when I deploy adventure works cube it fails, and i get: user does not have permission to create a new object in 'GARY-PC', or the object does not exist. trying to process …

  10. T-SQL :: use GROUP BY CUBE to generate all possible combinations

    Oct 12, 2020 · T-SQL :: use GROUP BY CUBE to generate all possible combinations Asked 5 years, 2 months ago Modified 5 years, 2 months ago Viewed 587 times