ranta
Programmer
- Jun 24, 2003
- 30
I am passing three comma deliminated fields to my stored procedure, the first of which contains codes, the second two contain dates pertaining to the codes in the first.
They are all in order, is there a quick way of matching up this data into a temp table so I get on record for each code containing the code and dates 1 and 2?
The only way I can think of is using three different cursors to split each value out and assign them an ordering int so I can update the relevant codes with their dates...
They are all in order, is there a quick way of matching up this data into a temp table so I get on record for each code containing the code and dates 1 and 2?
The only way I can think of is using three different cursors to split each value out and assign them an ordering int so I can update the relevant codes with their dates...