Viewing post 1 (of 1 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,...
July 29, 2009 at 11:27 am
#1031915