so you have a slowly changing dimension that has changed somehow say product color code has changed. youretl pics this up and inserts a new product record in the dimension.
1) all the original fact that were ties to the old product code must stay in the fact table (so you cant be droping the database everytime the way i have seen some etls do)
2) how do you now tie new sales to the new product when populating your fact table?
any thanks