Viewing post 1 (of 1 total)
How will your function work for tokenizing this string:
server.dbo.tblName@www.microsoft.com@This.Is.A.Token.Containing.Periods
using '@' as the separator? Well, it fails miserably. Your 'parser' can't tell between an agreed-upon separator (@ in...
December 27, 2004 at 3:49 am
#535016