Community

User Defined Functions in Microsoft SQL Server 2000

(Don Schlichting) User Defined Functions are compact pieces of Transact SQL code, which can accept parameters, and return either a value, or a table. They are saved as individual work units, and are created using standard SQL commands. Data transformation and reference value retrieval are common

Read More - Register for Free Membership