Viewing post 1 (of 2 total)
If the user enters value one per each line there will be a space between them or else there will be a comma.
You can try the following.
DECLARE @data VARCHAR(MAX)
--two forms...
November 12, 2008 at 9:22 pm
#897884