Online: 16407
In this section we are going to learn about the User defined functions (UDFs) in the SQL server.
SQL Server user-defined functions are set of SQL statements that accept parameters, perform an action, and return the result. The return value can either be a single scalar value or a result set.
There are two types of user defined functions in SQL Server