| How to find slice values that Analysis Services assigned to the partition dimensions? |
| Written by Vidas Matelis | ||||
| Monday, 04 February 2008 18:32 | ||||
|
Q: How to find slice values that Analysis Services assigned to the partition dimensions? A: Analysis Services allows you to specify partition slice information, but it also calculates slice values automatically. After partition is processed, Analysis Services creates file with information about that partition. File name is Info.<versionNo>.xml (example: info.2.xml). This file is located in the partition folder. Default location for this folder is:
In this file for each dimension attribute Analysis Services specifies minimum and maximum DataID value found in that partition. Bellow is example of what you can find in this info file. In this example you can see just info related to Date dimension and partition in sliced on one single month.
You can read more about DataID in "Microsoft SQL Server 2005 Analysis Services book", page 350. It kind of represents ordinal attribute key position in the attribute key store. First member based on the same book is allways "Undefined".
|
||||
Top Rated
- How to install Adventure Works SQL DW and Analysis Services 2005 sample database and project
- When accessing calculation tab in BIDS I am getting error Unexpected error occurred
- Analysis Services 2005 XMLA script to add/drop existing partition aggregate
- How in MDX query can I get top 3 sales years based on order quantity?
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- How in SSAS 2005 do you create what is used to be "Member Properties" in Analysis Services 2000
- 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
