I have developed 2 SSIS packages that run as parent-child. The parent imports a set of 4 tables and executes a couple SPROCs. The child loops though 180 directories, importing a set of 10 tables from each directory.
Running in BID debug mode, the packages complete successfully in 35 minutes. When I import them into Integration Services and execute there, the process does NOT complete after 24 hours.
The packages were developed in BID on the server.
Does anybody have any insight in the cause and possible fix?
Thanks!