Saved Bookmarks
| 1. |
What Is The Difference Between A User Defined Function And A Stored Procedure? |
|
Answer» A user defined FUNCTION and stored procedures are ALMOST similar but there exists a difference between their implementation procedures in the code. Stored PROCEDURE needs to be invoked whereas a UDF can be used like any other statement. A user defined function and stored procedures are almost similar but there exists a difference between their implementation procedures in the code. Stored procedure needs to be invoked whereas a UDF can be used like any other statement. |
|