At work recently I came across the need to assess the MDX queries used by some of the reports on our reporting server, along with the parameters that were passed into it (as most of the queries are powered by parameters that are passed into the MDX by parent reports) Unfortunately, you can’t use SSMS to run parameterised MDX queries like you can in SSRS, but the tutorial below gives a good example using SQL Server Profiler, capturing traces of executed queries by SSRS along with the parameter values used. From here you can just paste the MDX into SSMS, replace...
Continue reading...
Ben Foster
Full Stack Software Engineer harbouring in Leeds, UK. Passionate about all things tech and people.
Latest Posts
- Using an AI Agent with AWS Bedrock to control my smart heating
- Connecting services with ECS Service Connect
- Managing dependencies between apps when using AWS ECS Service Connect
- Challenges working with and tuning AWS Amplify and AppSync with Flutter
- Cross-platform mobile app prototyping with Flutter and AWS Amplify