July 24, 2002 07:24 PM

UDF Performance Costs

Rating: (0)
SQL Server Magazine
InstantDoc ID #25630

User-defined functions (UDFs) in SQL Server 2000 make reusing logic easy and help simplify complicated SQL statements. But do UDFs have any hidden performance costs?

I use UDFs regularly, and if you use them properly, they're efficient and effective. However, as with other SQL Server solutions, you need to be aware of the performance implications of using UDFs. And to understand those implications, you need to know how SQL Server handles T-SQL.

You...

...This article is for paid Professional Members only.

Already a Professional Member? Please log in now:

NOT A PROFESSIONAL MEMBER? YOU CHOOSE:

Professional Membership

Monthly

Annual

VIP Membership

Monthly

Annual

Add a Comment

Thanks.

You noted that you use UDFs frequently. In which cases would you use a UDF? Please examples.

Christopher11/8/2007 6:17:36 PM


You must log on before posting a comment.

Are you a new visitor? Register Here