I have one SSIS project where there is one main package which calls child packages.each child package will do SQL CRUD operation with sql database(using both inline query and Stored procs).There is some extra time it takes for child package every time.
for example if total child package execution time package is 100 ms then total time taken by child package from main package is 150ms.can you please provide some solution to remove extra latency.
↧