Community

Understand when to use user-defined functions in SQL Server

(Tim Chapman) In the simplest terms, a user-defined function (UDF) in SQL Server is a programming construct that accepts parameters, does work that typically makes use of the accepted parameters, and returns a type of result. This article will cover two types of UDFs: table-valued and scalar-valued.

Read More - Register for Free Membership