I have a sql execute element and it gets several rows of data from a stored procedure.
Declared the ObjShipment variable in the variable table and assigned it according to the Result parameter with the following information:
Result Set: Full result set Result Name: 0 Variable Name: User::ObjShipment
I wrote a script task with the ObjShipment variable assigned by ReadOnly, and I wonder how to get the data in it?
The stored proc returns several rows, for example Id, ItemId, DateCreated.. , but how to get them, tell me if I am only interested in ItemId? And since it returns multiple rows, there may be more than one ItemId.
I am new to ssis, any help would be appreciated!
source share