Difference between SP and UDF
1.SP may or may not return a value but a UDF has to return a value.
2.SP supports dynamic SQL where as UDF does not support dynamic SQL.
2.SP supports dynamic SQL where as UDF does not support dynamic SQL.



















