如何从本地离线 OLAP 多维数据集检索生成它的 MDX 查询?

发布于 2024-10-04 05:29:22 字数 61 浏览 0 评论 0原文

任何离线多维数据集实际上都包含生成它的 MDX 语句,我如何检索它的 CREATE 和 INSERT 查询?

Any offline cube actually contains the MDX statement that generated it, how can i retrieve it's CREATE and INSERT queries?

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

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

发布评论

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

评论(2

苍白女子 2024-10-11 05:29:22

我不相信它保存在 .cub 文件中的任何位置。我认为您唯一的选择是将离线多维数据集与服务器多维数据集进行比较,以对将要运行的语句进行逆向工程。

I do not believe that this is saved anywhere in the .cub file. I think your only option is to compare the offline cube to the server cube to reverse engineer the statement that would have been run.

倾城泪 2024-10-11 05:29:22

我认为 .CUB 文件不会保存此信息,因为许多文件是在没有任何 MDX 的情况下创建的。如果您想要由进程创建 MDX,则需要立即获取它。

I don't think .CUB files save this information as many are created without any MDX at all. If you want the MDX created by a process, you need to grab it there an then.

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