Home Forums SQL Server 2005 T-SQL (SS2K5) split column into multiple records based on substring fixed lenght RE: split column into multiple records based on substring fixed lenght

  • I was able to use Jeff Moden's splitter at http://www.sqlservercentral.com/articles/Tally+Table/72993/

    and use CHAR(10) as the delimiter, and the results are not all bunched up; but I can still end up with a

    split over 70 chars long...so I really need to combine both....Thanks to everyone's help!