0 out of 4 rated this helpful - Rate this topic

Understanding User-defined Functions

Like functions in programming languages, Microsoft SQL Server 2005 user-defined functions are routines that accept parameters, perform an action, such as a complex calculation, and return the result of that action as a value. The return value can either be a single scalar value or a result set.

Topic Description

User-defined Function Basics

Describes the benefits and components of user-defined functions.

Types of Functions

Lists the types of functions available in SQL Server 2005 and provides references to additional information.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.