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.
Any offline cube actually contains the MDX statement that generated it, how can i retrieve it's CREATE and INSERT queries?
これが .cub ファイルのどこにも保存されているとは思えません。唯一の選択肢は、オフライン キューブをサーバー キューブと比較して、実行されたはずのステートメントをリバース エンジニアリングすることだと思います。
多くのファイルは MDX をまったく使用せずに作成されるため、.CUB ファイルはこの情報を保存しないと思います。プロセスによって作成された MDX が必要な場合は、そこで取得する必要があります。