• Hi,
    Regarding the example Parent Child Using script method
    How would you replace this code to call the child package inside the project (that willbe deployed to ssis catalog) rather than the file system like in the example

    'We have some work to do so we'll do it.
    _oInstance = New Instance(CInt(Dts.Variables("MaxWorkerThreads").Value), _
    "C:\Program Files\Microsoft SQL Server\90\DTS\Binn\", _
    "C:\Temp\Multi_Run_Sample\SingleChild.dtsx")