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 your...