I've just found a new way of accessing the tables from the cube. Below is the query used to fetch the tables linked with a cube.
SELECT * FROM $SYSTEM.MDSCHEMA_DIMENSIONS
WHERE [CUBE_NAME]='SourceDataView'
In addition, this view provides more information about the dimensions, table involved in the dimensions.
Cheers,
Venkatesan Prabu .J
SELECT * FROM $SYSTEM.MDSCHEMA_DIMENSIONS
WHERE [CUBE_NAME]='SourceDataView'
In addition, this view provides more information about the dimensions, table involved in the dimensions.
Cheers,
Venkatesan Prabu .J
No comments:
Post a Comment