Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Description not available in DMV

$
0
0
Hi,I'm using the below mentioned 2 queries as MDX against my cube to get Description of attributes in Dimensions and Measures. But the "Description" column is displayed as empty. When I import the cube and open it in SQL Server Data tools, few attributes are having description. Please suggest if I'm missing something.SELECT [CATALOG_NAME] as [DATABASE],CUBE_NAME AS [CUBE],DIMENSION_NAME AS [DIMENSION],DIMENSION_CAPTION AS [DIMENSION CAPTION], [DESCRIPTION] FROM $system.MDSchema_DimensionsWHERE CUBE_NAME ='Model'--AND DIMENSION_CAPTION <> 'Measures' ORDER BY DIMENSION_CAPTIONselect * from$SYSTEM.MDSCHEMA_MEASURESwhere cube_name='Model'CheersJim

Viewing all articles
Browse latest Browse all 1341

Latest Images

Trending Articles



Latest Images