Quote:
|
This table is star joined to a heirachy of parent-child descriptive lookup tables
|
this table sounds like a fact table joined by a a bunch of dimension tables. if that is true, im going to have to disagree with r937.
#1 rule on datawarehouse: ALWAYS denormalize.
if, however, it is just a "simple db" or an OLTP, then, by all means do not denormalize.
HTH