All Tags »
UDF »
Personal »
T-SQL (RSS)
Sorry, but there are no more tags available to filter with.
-
So you thought that encapsulating code in user-defined functions for easy reuse is a good idea? Think again!
SQL Server supports three types of user-defined functions. Only one of them qualifies as good. The other two – well, the title says it all, doesn’t it?
The bad: scalar functions
A scalar user-defined function (UDF) is very much like a ...