Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Stored Proc Help - cast/convert issue

    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,

Viewing post 1 (of 1 total)