Tagged Questions

Slowly Change Dimension or Schema Component Designator

learn more… | top users | synonyms

1
vote
1answer
36 views

Slowly Changing Dimensions in SSAS and SSRS

I have a project where establishments are inspected anything from once every 6 months to once every 3 years and the results of the inspection scorecard are recorded as a record in a type 2 slowly ...
1
vote
2answers
71 views

Issue with inferred member using SSIS Dimension Merge SCD Component

I'm using the SSIS Dimension Merge SCD Component (http://dimensionmergescd.codeplex.com/) and have a situation where I have a configuration with both SCD1 and SCD 2 columns. I have rows where the ...
0
votes
0answers
9 views

SSAS - Ragged Hierarchy with Measures at all levels

I have come across an issue in SSAS that I've not previously tackled, so I was looking for some advice on the best practice. The issue is that the client requires a ragged hierarchy SCD (type 2) with ...
0
votes
2answers
20 views

Workaround for no SCD0 in SSIS Dimension Merge SCD Component?

First of all let me just say, I know, there is such thing as SCD0 in Kimball's definition... however, the SSIS SCD wizard has a provision for "Fixed Attribute" and I have a design case where I ...
0
votes
1answer
26 views

How to use schema component designators in xerces for java?

I want to run SCD queries on a schema. The docs indicates that there is experimental support, but I don't see anything in the javadoc. Anyone know how it's supposed to work?
0
votes
1answer
122 views

Slowly changing dimension type 2 implementation in SSIS

what is the best way to implement the type 2 dimension in SSIS from the following options: 1.using merge statement. 2.using SSIS SCD component 3.using lookup, conditional split(custom way to ...
0
votes
1answer
84 views

Changing Properties of a Slowly Changing Dimension Transformation in SSIS

I have a problem with changing the properties of the SCD transformation in SSIS 2005. I can define all the properies and mappings the first time i edit the transformation and its working. But when i ...