FUNCTION  fTokenStringToTable

Returns a table containing the tokens in the input string

Tokens are blank separated. select * from dbo.fTokenStringToTable('A B C D E F G H J')
returns a table containing those tokens

Input and output parameters

nametypelengthinoutpnum
@typesvarchar8000input1
tokenvarchar16output1