Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
2k views

SQLServer: Why avoid Table-Valued User Defined Functions?

I have a rather huge query that is needed in several stored procedures, and I'd like to shift it into a UDF to make it easier to maintain (A view won't work, this takes in a bunch of parameters), ...
1
vote
1answer
92 views

DBD::CSV: Problem with userdefined functions

From the SQL::Statement::Functions documentation: Creating User-Defined Functions ... More complex functions can make use of a number of arguments always passed to functions automatically. ...