Ian
Ian

Reputation: 4909

mdx specification?

I'm looking for the formal specification of MDX. Going via xmla specification site, I found it may be in "OLE DB for OLAP specification" which is supposed to be available from microsoft, but I can't find it on their site anywhere.

Any clues? I'm looking for the structure of MDX queries essentially.

Upvotes: 2

Views: 536

Answers (2)

overcoil
overcoil

Reputation: 190

If you're looking for the OLE DB for OLAP spec, this is the link:

MDX Concepts (MSDN)

You'll note that this is quite a bit smaller (and older) than the mainline SQL Server Analysis Services documentation. Strictly speaking, the link above is the "standard". Since then, Microsoft has largely left the standard to languish and chosen to expand on the standard within Analysis Services.

Of late, Redmond's energy has shifted to BISM/DAX so even Analysis Services' MDX has languished.

Upvotes: 1

Dmitry Polyanitsa
Dmitry Polyanitsa

Reputation: 1093

I have found language and statement references:

For example, check this out: SELECT Statement. Not a specification, but should be enough, I think.

Upvotes: 4

Related Questions