Viewing 2 posts - 1 through 2 (of 2 total)
Since the arrival of STRING_SPLIT() in SQL Server 2016 we can use that in place of DelimitedSplit8K() function.
DECLARE @names VARCHAR(4000)SET @names = N'O''Brien,...
March 28, 2020 at 1:33 pm
#3738622
I have been working with SQL Server for a long time, but I don't fully understand the syntax of this statement; particularly the "AS V([Points])" portion. I would like to understand...
June 7, 2017 at 2:01 pm
#1945896