I have a stored procedure that accepts 5 parameters and returns 5 parameters. How do I send data from a table based on some select to the stored procedure and get back the updated information? it seems simple enough but I have never had to do that before from with SQL.