|
|
| |
SQL Server Articles
User-Defined Functions
Meta Data User-Defined Functions
Created by: Alexander Chigrik
Alexander Chigrik presents a few UDFs he has developed for getting meta data about
your database objects.
|
Mathematical User-Defined Functions
Created by: Alexander Chigrik
Alexander Chigrik presents a few Math UDFs he has developed. These scalar User-Defined
Functions perform a calculation, usually based on input values provided as arguments,
and return a numeric value.
|
Date and Time User-Defined Functions
Created by: Alexander Chigrik
In this article, Alexander Chigrik talks about date and time functions. These scalar
functions perform an operation on a date and time input value and return a string,
numeric, or date and time value.
|
String User-Defined Functions
Created by: Alexander Chigrik
Alexander Chigrik presents a few String UDFs he has developed. These scalar User-Defined
Functions perform an operation on a string input value and return a string or numeric value.
|
Some useful UDF for SQL Server 2000
Created by: Alexander Chigrik
In this article, Alexander Chigrik shows you how to create some very useful User-Defined
Functions to solve some common SQL Server problems.
|
|
|
|