Pages

Wednesday, April 27, 2011

User Defined Functions


As part of SQL Server, there are two types of functions.

1) Built-In/System Function

2) User defined functions

In this blog we discuss about the User Defined Functions:

User defined Function,is like a TSQL program/Procedure that accepts the parameters and provides shortcut results through programming shortcuts

No comments:

Post a Comment