Designing User-defined Functions
A user-defined function is stored as a database object providing reusable code. This section provides the information you need to design user-defined functions.
In This Section
Topic | Description |
---|---|
Provides guidelines for choosing the type of user-defined functions and evaluating the properties of the function. |
|
Describes table-valued user-defined functions and provides examples of creating and invoking this type of function. |
|
Describes table-valued user-defined functions and provides examples of creating and invoking this type of function |
|
Compares inline user-defined functions to parameterized views and provides examples. |
|
Provides guidelines on when to rewrite existing stored procedure logic as user-defined functions. |
See Also
Other Resources
Understanding User-defined Functions
Implementing User-defined Functions