Created
May 18, 2016 09:59
-
-
Save matt40k/0b7f03dde32f28f620a8dfa5392648f1 to your computer and use it in GitHub Desktop.
Get cube names from SSAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
[CUBE_NAME] | |
FROM | |
$SYSTEM.MDSCHEMA_CUBES | |
WHERE | |
CUBE_SOURCE=1 | |
AND [BASE_CUBE_NAME] < '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment