Viewing post 1 (of 1 total)
When an output parameter is defined it is not necessary to explicitly return it using RETURN keyword. Just setting the OUTPUT variable's value as desired is enough.
CREATE PROCEDURE sp_Test
@person_id uniqueidentifier,
July 7, 2010 at 12:32 pm
#1189804