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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -