Monday, August 27, 2012

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 post, I will 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