MDX Query to fetch all the Cubes in the database
Here is the query to fetch the available cubes in the SSAS database.
SELECT [CATALOG_NAME] AS [DATABASE],CUBE_CAPTION AS [CUBE/PERSPECTIVE],BASE_CUBE_NAME
FROM $system.MDSchema_Cubes
WHERE CUBE_SOURCE=1
Cheers,
Venkatesan Prabu.J
No comments:
Post a Comment