Viewing 7 posts - 1 through 7 (of 7 total)
May 16, 2017 at 2:04 pm
May 16, 2017 at 2:04 pm
Sometimes you need to use the function in a query, so that it needs...
January 15, 2017 at 10:59 am
kast218 (11/17/2016)
I modify it to work on Case Sensitive Instance (be careful with variable names - use equal cases, in your function I have...
November 17, 2016 at 1:30 am
Good Point (the Data Type...)
November 17, 2016 at 1:07 am
Same Function - compatible with 2008:
CREATE FUNCTION dbo.udf_WordCount_2008
(
--declare
@STR VARCHAR(8000)
...
November 12, 2016 at 12:07 pm
Thanks for the article!
If I may add another solution for splitting a list of values into a table
here is a short function that does the trick:
CREATE FUNCTION FN_LIST_TO_TABLE (@List varchar(max)...
November 20, 2014 at 12:34 am
Viewing 7 posts - 1 through 7 (of 7 total)