Tag Archives: MDX

Architecture of Query Execution — Calculating MDX Expressions

Microsoft SQL Server 2008 Analysis Services Unleashed Review Chapter 29 This chapter starts with a claim which should make everyone happy: “Optimization of MDX calculations was one of the most important goals of Analysis Services 2008.” (page 527)  This focus on MDX performance … Continue reading

Posted in Analysis Services | Tagged , | Leave a comment

Extending MDX with Stored Procedures

Microsoft SQL Server 2008 Analysis Services Unleashed Book Review Chapter 14  This chapter shows how to extend the native commands within Analysis Services using either managed code assemblies or COM assemblies.  I will assume knowledge of assembly creation with either COM or .NET … Continue reading

Posted in Analysis Services | Tagged , , , , , | Leave a comment

Cube-Based MDX Calculations

Microsoft SQL Server 2008 Analysis Services Unleashed Book Review Chapter 12 For this chapter I will summarize the key points: Use MDX scripts to create permanent calculated members, named sets, and assignments (page 191) Session-scope calculated members, named sets, and … Continue reading

Posted in Analysis Services | Tagged | Leave a comment

Advanced MDX (for Analysis Services)

Microsoft SQL Server 2008 Analysis Services Unleashed Book Review Chapter 11 The chapter title is only “Advanced MDX” but this chapter focuses on MDX for Analysis Services.  Other vendors have implemented MDX. This entire book part (III) shows how MDX works … Continue reading

Posted in Analysis Services | Tagged , , | Leave a comment

MDX Concepts

Microsoft SQL Server 2008 Analysis Services Unleashed Book Review Chapter 10 We are now entering Part III of the book, using MDX to analyze data.  MDX was a Microsoft invention, thus making me conclude that Microsoft wants to be a laguage inventor.  This post may … Continue reading

Posted in Analysis Services | Tagged | Leave a comment