Which is more advanced in a Microsoft SQL Server Analysis Services (SSAS) environment, Multidimensional Expressions (MDX) or the Unified Dimensional Model (UDM)?

    Requires Free Membership to View

MDX is an extension to the SQL language which Microsoft utilizes to query and script access to multidimensional data. You can use MDX queries to get at data stored in a SQL Server Analysis Server cube by bringing back facts based on dimensions with hierarchies.

UDM, on the other hand, is the name that Microsoft gives to the data structures used to store data in Analysis Service. For example, when you create a start schema in SSAS with dimensions, facts and hierarchies, you have created a unified dimensional model or UDM. This is how the data is stored in the cube, while MDX is the language you use to query the data stored in the cube.

This was first published in September 2008

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.