Praveen Kumar
How many ways we can return data from Stored Procedure?

There are four ways to return data from stored procedure.

  1. SELECT statement
  2. Output parameter
  3. RETURN command
  4. RAISERROR command
By Praveen Kumar in SQL on Jun 12 2020
  • Pranam Bhat
    May, 2021 25

    There are three ways of returning data from a procedure to a calling program: result sets, output parameters, and return codes.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS