Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What are SQL Server Analysis Services cubes?

Nice?Vote!

2 Answers

Nice?Vote!
In analysis services, cube is the basic unit of storage. A cube has data collected from various sources that enables faster execution of queries. Cubes have dimensions and measures.

Example: A cube storing employee details may have dimensions like date of joining and name which helps in faster queries requesting for finding employees who joined in a particular week.
answered 1 year ago by Anand (1,440 points)
Nice?Vote!
SQL SAS cube is a data structure for fast analysis of data. Using cubes to arrange data is a solution to overcome the limitations in relational databases. RDBMSs are not suited well for display of large amounts of data and instantaneous analysis. Cubes can be thought as an extension for spreadsheet. A company’s financial data by product, time-period, city etc., are additional dimensions for business data. SQL SAS cubes are used to represent this type of data.
answered 1 year ago by Anand (1,440 points)

Related questions