Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

MSAS – Understanding Virtual Cubes

By Exforsys | on April 24, 2005 |
MSAS
This tutorial explains about Defining Virtual cubes, Benefits of using virtual cubes, Working with Virtual Cubes and Obtaining logical results.

Defining Virtual cubes

Virtual Cubes can be defined as a combination of multiple cubes into one logical cube. Virtual cubes resemble relational database views in so far as they combine other views and tables. A virtual cube is created by selecting measures and dimensions from a consolidated set of dimensions and measures underlying component cubes. End users will see the virtual cube as a single cube. Virtual cubes can also be created out a single cube with an aim to expose certain subsets of its measures and dimensions. Virtual cubes can also include linked cubes and normal cubes in its component parts.

Benefits of using virtual cubes

Virtual cubes only store definitions of the different component dimensions of cubes and not the data therein. Therefore, they do not require much storage space. Virtual cubes can be used to create combinations and variations of existing cubes without requiring additional storage space.

Virtual cubes provide a unique security function by limiting access of certain users when viewing the data of underlying cubes.

Virtual cubes are also useful while working with data mining models. We will learn more about this in a later chapter “Introduction to Data Mining”.

Once the virtual cube is created, it must be processed so that the internal links to the specified dimensions and measures are established. This linking operation is performed quickly and the processing of the virtual cube automatically triggers processing of all underlying cubes that need to be processed.

Working with Virtual Cubes

The first condition to working with virtual cubes is that they must be added to the database as a cube with the SubClassType parameter set to sbclsVirtual. Dimensions and measures are then added to it as and when needed.

All dimensions and measures of a virtual cube are derived from previously defined cubes within the database. All levels associated with a dimension become a part of the virtual cube’s dimension.

Partitions and aggregations will not apply to virtual cubes.

Any change in the structure of a virtual cube requires that the cube be reprocessed. Even an alteration to the structure of a regular cube used in a virtual cube demands that the virtual cube be reprocessed.

Virtual cubes can contain a number of source cubes including linked cubes that are available within the database.

The roles, calculated members and actions assigned to the source cubes will have to be recreated in the virtual cube as it does not automatically inherit these aspects. The user will have to study the underlying structure of the source cube and recreate them or he can design fresh aggregations, roles etc for his virtual cube.

Shared dimensions, other than the one’s included in the source cubes, but residing in the same database can be a part of the virtual cube. The only condition being that custom rollup expressions are available on their levels. The server finds these dimension data using these custom rollup expressions.

The properties and collections of a virtual cube are different from those of a regular cube in the following aspects.

1. Aggregation prefix: The virtual cube does not use aggregation prefix

2. Analyzer: A virtual cube does not have an analyzer object

3. DataSources: A virtual cube does not have a DataSources collection.

4. EstimatedRows: This property is read only and contains a number of rows from underlying cubes.

5. FromClause: A virtual cube does not have a FROM clause

6. JoinClause: A virtual cube does not have a Join Clause.

7. MDStores: For a virtual cube this collection contains the underlying cubes instead of the cube Partitions

8. OlapMode: A virtual cube does not use the OlapMode property.

9. SourceTable: virtual cubes do not have their own fact tables.

10. SourceTableAlias: Virtual cubes do not have their own fact tables.

11. SourceTableFilter: Virtual cubes do not have their own fact tables.

12. Dimension.DataSource: The Dimensions of the Virtual cubes do not have datasources.

Obtaining logical results

The virtual cube is like the view from a relational database in many ways. However, it is more restrictive. When the view of the data in a cube is created, parts of dimensions or measures cannot be used. A dimension or measure should be completely included or completely excluded. The virtual cube can be used for consolidation of data from multiple cubes, consolidation of individual cubes for comparison or customization of data for presentation to end users.

« « Functional Testing Tools
MSAS – Building a Virtual Cube » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 394 Followers
  • Popular
  • Recent
  • MSAS : The Data warehousing framework of SQL Server 2000 – Part 2

    March 18, 2005 - 0 Comment
  • MSAS – Troubleshooting Cube Processing

    April 18, 2005 - 0 Comment
  • MSAS : Basics of Levels

    March 31, 2005 - 0 Comment
  • MSAS – Introducing Analysis Services Security

    May 2, 2005 - 0 Comment
  • MSAS : Introducing Analysis Manager Wizards

    March 7, 2005 - 0 Comment
  • MSAS: Defining Cube Properties

    April 9, 2005 - 0 Comment
  • MSAS : The Analysis Manager and Analysis Server

    March 18, 2005 - 0 Comment
  • MSAS – Introduction and Managing Partitions

    April 19, 2005 - 0 Comment
  • MSAS: Working with Parent-Child Dimensions

    March 31, 2005 - 0 Comment
  • MSAS – Securing User Authentication

    May 2, 2005 - 0 Comment
  • MSAS – Browsing the Dependency Network

    May 6, 2005 - 0 Comment
  • MSAS – Building a Relational Decision Tree Model

    May 6, 2005 - 0 Comment
  • MSAS – Introduction to Data Mining

    May 6, 2005 - 0 Comment
  • MSAS – Applying security to a Dimension

    May 5, 2005 - 0 Comment
  • Tutorial 65: MSAS – Managing Cube Roles

    May 5, 2005 - 0 Comment
  • MSAS – Understanding Database Roles

    May 5, 2005 - 0 Comment
  • MSAS – Securing User Authentication

    May 2, 2005 - 0 Comment
  • MSAS – Introducing Analysis Services Security

    May 2, 2005 - 0 Comment
  • MSAS – Writebacks

    April 28, 2005 - 0 Comment
  • MSAS – Defining and Creating Drillthrough

    April 26, 2005 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • MSAS – Browsing the Dependency Network
  • MSAS – Building a Relational Decision Tree Model
  • MSAS – Introduction to Data Mining
  • MSAS – Applying security to a Dimension
  • Tutorial 65: MSAS – Managing Cube Roles

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT