I have a procedure which fetches data from multiple live tables based on joins and load final data into a single table but it slow down the livedb. So i replicate the same procedure on our staging db and created all 25 tables and loading full data through ssis on daily basis but there are few tables which are huge and don't have incremental column. For eg. I have modified date in 6 tables and not in another 19 tables so how can I load data incrementally on daily basis in all of these tables and after that i can run stored proc