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

Content with tag UDF Rss

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

T-SQL (2)     String Manipulation (1)    
Advanced Querying (1)     Table Valued Function (1)    
Performance Tuning (1)     Test Data (1)    
   Items 1 to 5 of 5   
 

UDF to return a multi column table of values from an input string

This UDF returns a multi column table of values from an input string of comma separated values  Read more...
By Andy S 2008/06/11 | Source: SQLServerCentral.com | Category: UDF
Rating: (not yet rated) |  Discuss |  Briefcase | 4 reads

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 | 7,721 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 | 7,391 reads

Split by Row & Field delimitters

Like my tdard split but this will take a string and split it by 2 delimiters  Read more...
Rating: |  Discuss |  Briefcase | 848 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,076 reads
   Items 1 to 5 of 5