I'm migrating a cube from SQL 2000 to 2005. I find that certain dimensions don't behave as I would expect - specifically elements of the dimension appear in the wrong places. I think this may be due to dimension settings before the migration.
So I'd like to go back to basics and make sure I have things setup properly. The dimension is based upon a table that is a series of dates. It looks like this:
FRM_DOS FmtDate Yr Qt FmtQt Mo FmtMo
20061115 11/15/2006 2006 4 2006/Q4 11 11/2006
20061116 11/16/2006 2006 4 2006/Q4 11 11/2006
The dimension structure is:
Key Name Unique Unique
Name Column Column Key Name
Year Yr Yr Y Y
Quarter FmtQt FmtQt N Y
Month FmtMo FmtMo N Y
Service Date FmtDate FmtDate Y Y
I don't think this is right. I would have set it up
like this:
Key Name Unique Unique
Name Column Column Key Name
Year Yr Yr Y Y
Quarter Qt FmtQt N Y
Month Mo FmtMo N Y
Service Date FRM_DOS FmtDate Y Y
Appreciate any thoughts you might have.
So I'd like to go back to basics and make sure I have things setup properly. The dimension is based upon a table that is a series of dates. It looks like this:
FRM_DOS FmtDate Yr Qt FmtQt Mo FmtMo
20061115 11/15/2006 2006 4 2006/Q4 11 11/2006
20061116 11/16/2006 2006 4 2006/Q4 11 11/2006
The dimension structure is:
Key Name Unique Unique
Name Column Column Key Name
Year Yr Yr Y Y
Quarter FmtQt FmtQt N Y
Month FmtMo FmtMo N Y
Service Date FmtDate FmtDate Y Y
I don't think this is right. I would have set it up
like this:
Key Name Unique Unique
Name Column Column Key Name
Year Yr Yr Y Y
Quarter Qt FmtQt N Y
Month Mo FmtMo N Y
Service Date FRM_DOS FmtDate Y Y
Appreciate any thoughts you might have.