SDU Tools: New T-SQL Statement: STRING_SPLIT plus Split Delimited String Tool
I’ve mentioned that I love it when SQL Server gets new T-SQL functionality.
A useful function that was added in SQL Server 2016 was STRING_SPLIT. You can see it in action in the main image for this post.
It’s another function that is great as far as it goes, but when I was a kid, this would be described as “nice try but no cigar”.
It works, and it’s fast, so what’s missing. I think two things:
2017-12-06