InterviewSolution
| 1. |
What Are Aggregations And Its Use? |
|
Answer» Aggregations provide performance improvements by allowing Microsoft SQL Server Analysis Services (SSAS) to retrieve pre-calculated TOTALS DIRECTLY from cube storage instead of having to recalculate data from an underlying data source for each query. To design these aggregations, you can USE the Aggregation Design Wizard. This wizard guides you through the following steps:
Aggregations provide performance improvements by allowing Microsoft SQL Server Analysis Services (SSAS) to retrieve pre-calculated totals directly from cube storage instead of having to recalculate data from an underlying data source for each query. To design these aggregations, you can use the Aggregation Design Wizard. This wizard guides you through the following steps: |
|