Viewing 3 posts - 1 through 3 (of 3 total)
I've used recursive calls to TSQL functions and sprocs to process hierarchical data. The biggest hitch is the 32 nestlevel limitation. Most trees are less than 32 levels...
July 8, 2003 at 9:38 am
#464540
Here's a bad answer... update it in enterprise manager or some other interface where you can selectively update the record.
The real question is why do you have dup records? ...
July 8, 2003 at 9:30 am
#464534
Nic, the thought of parsing through an input text string is something I generally try to avoid.
Have you considered loading the individual words into a global temp table?...
July 8, 2003 at 9:13 am
#464523