Greetings,
I have a fact table in a ROLAP style db which references several other tables (Dimensions). I have 17 columns in this fact table that I need to create a UNIQUE NONCLUSTERED Constraint on, but the maximum index size is 16 columns.
My first thought it to create a concatenated column for several or all of the unique columns and just use that single column as the unique index. Is this a good idea? Can anyone comment on best practices or other ideas I should consider to accommodate this requirement?
Regards,
Mike
I have a fact table in a ROLAP style db which references several other tables (Dimensions). I have 17 columns in this fact table that I need to create a UNIQUE NONCLUSTERED Constraint on, but the maximum index size is 16 columns.
My first thought it to create a concatenated column for several or all of the unique columns and just use that single column as the unique index. Is this a good idea? Can anyone comment on best practices or other ideas I should consider to accommodate this requirement?
Regards,
Mike