从 SSMS 查看 MDX 查询
当我通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定 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/
使用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.