Home Forums SQL Server 2005 Development how to know whether a stored procedure run successfully or not RE: how to know whether a stored procedure run successfully or not

  • Hi

    It depends on how your inner procedure returns that something was not successfully. Your inner procedure can return a return code which can be handled in your outer procedure.

    Greets

    Flo