User-defined functions also called UDF. In SQL server there are 3 different types of User-Defined functions
a) Scalar function.
b) Inline table-valued functions.
c) Multi-statement table-valued functions.
You can find these functions folder in SQL Server Management studio see below image
View attachment 1281
Scalar Functions
The scalar function is a function that may or may not have parameters but always return a single value. The return type of scalar function can be...
User-defined Functions In SQL Server Part 1
a) Scalar function.
b) Inline table-valued functions.
c) Multi-statement table-valued functions.
You can find these functions folder in SQL Server Management studio see below image
View attachment 1281
Scalar Functions
The scalar function is a function that may or may not have parameters but always return a single value. The return type of scalar function can be...
User-defined Functions In SQL Server Part 1