Cube assignment table
With the
DEPM_MOD_CUBEASSIGNMENT table, you can assign RAC and MDAC cubes to data cubes.
| Name | Definition |
|---|---|
| CubeID | nvarchar(101) NOT NULL; PK |
| AccessCubeID | nvarchar(101) NOT NULL; PK |
CubeID references the cube in the DEPM_MOD_CUBE table. This cube is a data cube.
AccessCubeID references the cube in the DEPM_MOD_CUBE table. This cube is an access cube (MDAC or RAC).
The DEPM_MOD_CUBEASSIGNMENT table has these references:
| Source columns | Target table | Target columns |
|---|---|---|
| CubeID | _cube | ID |
| AccessCubeID | _cube | ID |