Hey,
You could try to use a Dynamic Step task, and execute package B using a stored procedure (using xp_cmdShell and dtsrun, and pass in the file path as a property) or through code. You will probably have to kick off package B once for each file in the folder.
Brian
|