I have an SQL Agent Job "X" that executes an SSIS package named "Y".
"X" passes parameters to "Y".
The SQL Agent Job "X" is invoked by an SSIS package named "Z" using an "Execute SQL Server Agent Job Task".
Currently I cant see any way of passing parameters from "Z" to "X" which in turn will be passed to "Y".
Can some one please let me know if there is something I am missing here.
Cheers