| Analysis Services 2008 $SYSTEM.DISCOVER_% DMVs |
| Written by Vidas Matelis | |
| Monday, 23 June 2008 01:46 | |
|
This post is based on SQL Server 2008 RC0. In Analysis Services 2008 there 27 Discover DMVs. These are DMVs in $SYSTEM schema that have name start with "DISCOVER_". In SQL Server 2008 I created linked server to Analysis Services 2008:
Then I used "SELECT * INTO dbo.<TableName> FROM OPENQUERY(SSAS2008Test, 'SELECT * FROM $SYSTEM.<TableName>'). For new tables in SQL Server I created database diagram that you can download below: To get a list of SQL 2008 $SYSTEM.DISCOVER_% DMVs start SQL Server 2008 Management Studio, connect to Analysis Services server and create new MDX query:
You will get result consisting of 27 table names:
|
Most read
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- MDX-How can I get Last (Previous) Year to Date (YTD) values?
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- MDX-How do you format or round KPI expression value?
- MDX-How do you calculate monthly average of one year, optionally including empty months?
Top Rated
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- Analysis Services 2005 XMLA script to add/drop existing partition aggregate
- Why In Reporting Services MDX query disappears after leaving "Data" tab.
- When accessing calculation tab in BIDS I am getting error Unexpected error occurred
- In an MDX query how can I get the top 3 sales years based on the order quantity?
- What TCP port SQL Server Analysis Services 2005 uses
- How to calculate YTD monthly average and compare it over several years for the same selected month
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer





