Pivot or Transformer for Normalization??
Posted: Thu Jun 21, 2007 4:34 pm
The source data is in denormalized fashion. I want to normalize each row of source data into 30 rows. The source data volume is in millions. Considering the huge volume, should the Pivot be used or should the Transformer used for Normalization?