如何从本地离线 OLAP 多维数据集检索生成它的 MDX 查询?
任何离线多维数据集实际上都包含生成它的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不相信它保存在 .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.
我认为 .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.