sql - View MDX query generated while browsing a cube -


in sql server management studio once browse cube can drop column fields, row fields , filter fields. displays required data.

i want know if there way view mdx query being generated behind scenes display data?

thanks.

sql server profiler works on ssas servers. select analysis services server type in connection dialog when initiating profiler connection. select analysis services server , connect. can use standard profiler template , start trace. should able see mdx query way.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -