I want to capture data in a string Ex. I want the user to pass a comma delimetted string
'67282,98272,7282,09282,6272,82728"
I want to be able to capture the date seperated by commas
67282
98272
7282
09282
6272
82728
I can than store this data in a table in memary or manipulate it in some way.
In VB we have the split function.
Is ther a function in SQl 2005 that will allow this or does someomeone have some code example to do this or should I use VB .Net and the CLR to capture this?
Thanks!!!
...
Go to the complete details ...