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

    By submitting your registration information to SearchSQLServer.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSQLServer.com is governed by our Terms of Use. You may contact us at [email protected].

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.