Hi,
I have a stored procedure which has an input and output parameter(both are number in Oracle,INT variable in ssis).I need to call my SP in execute SQL task with input parameter and I should get one row from the result of it.
I was running below query sucessfully in TOAD.But not getting the idea,how to call from SSIS package.