Multiple choice technology databases How many Output Parameters can be set for an Stored Procedure One More than One None Stored Procedure Does not support Output Parameter Reveal answer Fill a bubble to check yourself B Correct answer Explanation SQL Server stored procedures can have multiple OUTPUT parameters. You can define as many output parameters as needed (within practical limits), making B the correct answer.