Difference between SP and UDF
July 23rd 2008 05:58
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.
| 67 |
| Vote |













