If I have two stored procedures, say SP1 and SP2...SP2 runs within SP1...I want to return an array of records from SP2 to SP1. Are there any ways of doing this?