In monthly increment loaded DWH I have task to create process to be able reload random month in the DWH.
Lets say reload data for February 2021 in existing DWH.
If I reload data for February 2021 on 2021/08/15, my SCD2 dimension Customer will end up like this:
I could have wrong dimension attributes until next load. And Dates in DateFrom/DateTo will be messed.
Questions:
- is it a good approach to reload single month?
- if yes, any advice how to deal with it?
- In this case I would prefer full reload of DWH. Is this good idea?
Working on sql server using SSIS ETL tool.
Thanks