Hopefully this is a simple question, but so far I cannot find an answer on google.
I am running a ssis package via a stored procedure that shells out to the operating system and runs the package via dtexec. This all works fine.
One of the tasks in the package inserts a row into a table. This table has an identity column. I have this value in a variable and use it just fine in subsequent tasks in the package.
Now I need to return the value of this variable back to the stored procedure where this process started. So, is there a way that I can get the value of this variable after the package is complete ?
Thanks,
Bill, Charlotte NC