Home Forums SQL Server 7,2000 T-SQL Need Split delimiter string into columns Solution RE: Need Split delimiter string into columns Solution

  • Thank you very much for this. I wouldn't normally use a while loop in a function, but looking at the replace/substring code I've written in the past to get, say, the 5th element in a delimited string I'm more than happy to use it here!

    My only amendment was to add the delimiter as a parameter, to make it more extensible.