This is another type of split function which disects 8000 byte varchar with given delimeter and returns table with disected values.
It does that with single select statement (internally looped), without using explicit while loop.
Works pretty fast
Creating a PDF from a Stored Procedure in SQL Server
A short but interesting article, the author has figured out a way to create a PDF from a stored procedure without using a third party library.
2019-09-20 (first published: 2003-08-26)
73,118 reads