1.

Can You Partition A Cube Which Has Data Already?

Answer»

No; the cube must be empty to do this; one work around is to make a copy of the cube A to cube B; export data from A to B USING export data SOURCE; empty cube A; CREATE partition on A; re-import data from B; delete cube B.

No; the cube must be empty to do this; one work around is to make a copy of the cube A to cube B; export data from A to B using export data source; empty cube A; create partition on A; re-import data from B; delete cube B.



Discussion

No Comment Found