I am planning to create a data warehouse and load data using SSIS from oracle to SQL Server. The latency time for the DWH is 5 minutes.
I need to run a package every 5 minutes for update_date_time on the source is between the last update and current time. I am planning to create a new table in the target DB which records the time when the extract is run so that I can compare the time from that table.
Can you tell me how I can achieve this using SSIS?
If I use the below package, it updates the new table muliple times but I only want it to update that table once for every time the package is run