Multidimensional access cube table
          The 
         DEPM_MOD_MDACTABLE table assigns a data table that is used to fill data into an MDAC of a cube that was created with the simple approach.
         For more information on simple and advanced approaches, see "RAC and MDAC cubes".
This table shows the definition of the multidimensional access cube table:
| Name | Definition | 
|---|---|
| CubeID | nvarchar(50) NOT NULL; PK | 
| TableName | nvarchar(50) NOT NULL; PK | 
CubeID refers to the cube that the MDAC is applied to.
MDAC name and description are controlled by the system.
The table has these references:
| Source columns | Target table | Target columns | 
|---|---|---|
| CubeID | _cube | ID | 
| TableName | _table | Name |