-->

Jun 18, 2014

Store Procedure Vs Function

Store Procedure Vs Function
S.NoParticularsStore ProcedureFunction
1ReturnNo return value.Must return Value.
2ParameterInput/Output.Input.
3Callcan't called to Function.can called to Store Procedure.
4Mandatory Input Paramenternot Mandatory.Mandatory.
5DML/SelectAllow DML/Select.Allow Select.
6Exceptioncan be handled.can not be handled .