SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tag UDF Rss

Refine your search with one of the following additional tags (with number of items):

Advanced Querying (1)     Test Data (1)    
Performance Tuning (1)     T-SQL (1)    

Search for any content tagged UDF

   Items 1 to 3 of 3   
 

A Function Gotcha with the Use of an Asterisk

This article describes and demonstrates the problem of using asterisk to select all fields from a table within a table function.  Read more...
By Stephen Lasham 2008/04/30 | Source: SQLServerCentral.com | Category: UDF
Rating: |  Discuss |  Briefcase | 8,145 reads

Performance Tuning: Concatenation Functions and Some Tuning Myths

Rumor has it that Concatenation functions have gotten the nasty reputation of being "performance hogs". Here's why that's not true.  Read more...
By Jeff Moden 2008/01/01 | Source: SQLServerCentral.com | Category: Test Data
Rating: |  Discuss |  Briefcase | 8,151 reads

Understand when to use user-defined functions in SQL Server

In the simplest terms, a user-defined function (UDF) in SQL Server is a programming construct that accepts parameters, does work that typically makes use of the accepted parameters, and returns a type of result. This article will cover two types of UDFs: table-valued and scalar-valued.  Read more...
By Additional Articles 2007/12/12 | Source: Builder.com | Category: UDF
Rating:  Rate this |  Briefcase | 3,154 reads
   Items 1 to 3 of 3