sql - Etl when to join -
i'm loading data dirty database 1 destination fact table has created 6 tables. should stage data straight source tables without joining them , join them in memory in ssis package or should keep more simple , join them in beginning when source load?
Comments
Post a Comment