We have developed a ETL project for datawarehousing. Our workflow goes as Replication - staging then Staging-DW. Now we have to show/Capture/Compare data processed verses data not processed . So we can analyse those data which are not processed and then find the root cause why it has not processed. We want to implement this in SSIS and I am little beginner in SSIS. Can some one give me steps how to implement this.
In short I want to see processed data and unprocessed data (due to logic or exception) and before and after rowcount .
↧