Query plan for MDX query?

Viewed 213

I have been slowly trying to learn MDX coming from a background of using SQL. In DBMSs such as PostgreSQL, one can get a query plan for their query e.g. using EXPLAIN. Is this possible in any version of MDX and if so, how? I have not managed to come across something of this nature.

1 Answers

Not exactly a query plan, but DMVs and profiler will be helpful. The profiler can be launched from management studio, Tools.

Related