Viewing post 1 (of 2 total)
You can actually specify a length larger than the total string and substring will work fine, so the following will work too:
declare @str varchar(max), @strlen int, @startIndex int, @blockSize int
select...
July 29, 2009 at 11:27 am
#1031915