By tag: UDF
0
kicks
Best Split UDF function with delimeter in T-SQL to return result as a
This is what the function I am using since many years to get the table of values in the given ID's which are separated by some delimiter.
Simple to understand and see the example in the comments in below function.
From the UI there are sometimes need of sending the data or ID's in the string for...
0
kicks
UDF to Return a Calendar for Any Date for Any Year
One Short Tutorial, Two UDF, Any Year Calender.
Good Use of SQL Server UDF.
0
kicks
ZIP or Address Radius Search Function for SQL Server 2000
SQL Server 2000/2005 function to calculate distance in miles between 2 latitude/longitude points for zip or address proximity search, etc.