Hi,
I'm wondering if it is best practice to set the RetainSameConnection property to True. We're loading a data warehouse and we have three connections (JDE_BusinessData, JDE_ODS & DataWarehouse).
We're using control packages to call other packages that call other packages, sort of a cascading approach. If we set the DataWarehouse connection in the ETL_Control.dtsx package will it pass this down to the subordinate packages?
Also, are there any pit falls to setting this to RetainSameConnection = True?
Any words of wisdom would be greatly appreciated.
Thanks,