从 SSMS 查看 MDX 查询

发布于 2025-01-02 23:07:57 字数 87 浏览 1 评论 0原文

当我通过 SSMS 浏览多维数据集时,我是否有机会看到生成的查询? 我想我可以在数据库上运行跟踪来捕获它,但只是想知道是否有更简单的方法。

谢谢

Any chance I can see the query generated when I'm browsing a cube through SSMS?
I supposed I could run a trace on the DB to capture it, but just wondering if there is an easier way.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风吹雪碎 2025-01-09 23:07:57

我不确定 SSMS(除了跟踪),但有一个 Excel 插件,它允许您查看数据透视表上生成的 MDX。 MDX 有点类似:

http://olappivottableextend.codeplex.com/

I am not sure about SSMS (other than trace) but there is an add in for excel which allows you to see the MDX generated on pivot tables. The MDX is sort of similar:

http://olappivottableextend.codeplex.com/

懷念過去 2025-01-09 23:07:57

使用SQL Server Profiler,您可以看到生成的查询。只需连接到 Analysis Services 服务器并保存跟踪即可。

Using the SQL Server Profiler you could see the query generated. Just connect to Analysis Services server and save the trace.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文