People are capable of all kinds of good thinking, but some just don't see what's right in front of their noses.
Home
 

June 27th, 2012

UDF | User Defined Functions – Scalar, ITV, MTV

UDF or User Defined Functions are a set or batch of code where one can apply any SQL logic and return a single scalar value or a record set. According to MS BOL UDFs are the subroutines made up of one or more Transact-SQL statements that can be used to encapsulate code for reuse. These …Continue reading

Top