Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在慢慢尝试从使用 SQL 的背景中学习 MDX。在 PostgreSQL 等 DBMS 中,可以为其查询获取查询计划,例如使用EXPLAIN. 这在任何版本的 MDX 中都可能吗?如果可以,怎么做?我还没有设法遇到这种性质的东西。
EXPLAIN
不完全是查询计划,但 DMV 和分析器会有所帮助。探查器可以从管理工作室工具启动。