Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • Reply To: Parse list of names from Outlook

    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,...
  • RE: I want back my Points

    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...

Viewing 2 posts - 1 through 2 (of 2 total)