sai
Difference between procedure and function
By sai in ADO.NET on Nov 30 2006
  • Keerthi Venkatesan
    Jun, 2016 3

    Function must return a value, but in Stored Procedure it is optional. Function takes one input parameter it is mandatory ,but Stored Procedure may take 0 to n input parameters..

    • 0
  • Dec, 2006 19

    Function can return at most one value at a time while procedure can return more than one value at a time You can use function within Sql Statement and you cannot use stored procedure with in Sql Statement

    • 0
  • Ravi Kumar
    Nov, 2006 30

    In case of storedprocedure transformation procedure will be compiled and executed in a relational data source. U need data base connection to import th

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS