User-Defined Functions
- Last UpdatedMar 18, 2021
- 1 minute read
A SQL Server function is a subroutine containing one or more Transact-SQL statements. Functions can be used to encapsulate code for reuse.
A SQL Server function is a subroutine containing one or more Transact-SQL statements. Functions can be used to encapsulate code for reuse.