I have SSIS packages pulling data from multiple on-premise Databases to a Staging Schema in a on-premise Database.
I am moving Staging Schema to Azure SQL DWH. But I see that SSIS is taking lot of time to move data from On-premise to Azure SQL DWH.
Question: If I want to keep SSIS for now and if I want to speed up the data movement, what can be done with minimal effort i.e. minimal changes in SSIS packages (ofcourse excluding changing Target schema)
Raghavendra Narayana