Quote:
Originally Posted by dwill
I think i need a recursive update to do this (to avoid cursors)
|
Cursors are not to be avoided blindly. In fact, they are less 'evil' than recursion in SQL and may actually be the best method to resolve your particular issue.
Recursion is NOT the method I would have chosen for this.