Sumit Kesarwani Total Post:782 Points:3910 Posted by Sumit Kesarwani December-22-2013 23:50 PM C# C# 1 Answer(s) 1257 View(s) Ratings: Rate this:
Sumit Kesarwani Post:782 Points:3910 What is the difference Function and Stored Procedure? Posted on 4 years ago UDF can be used in the SQL statements anywhere in the WHERE/HAVING/SELECT section where as Stored procedures cannot be. UDFs that return tables can be treated as another row set. This can be used in JOINs with other tables. Inline UDF can be thought of as views that take parameters and can be used in JOINs and other Row set operations.
Post:782
Points:3910What is the difference Function and Stored Procedure?
UDF can be used in the SQL statements anywhere in the WHERE/HAVING/SELECT section where as Stored procedures cannot be.
UDFs that return tables can be treated as another row set. This can be used in JOINs with other tables.
Inline UDF can be thought of as views that take parameters and can be used in JOINs and other Row set operations.