Hello,
I have a package containing an execute package task in order to launch another package; what i would like is that the parent package launch the child package but don't wait until the end of the execution of the child. the second package should run in background and the first package succeed immediatly.
Is that possible ?
Thanks for your help