|
|
|
|
Browse by Tags
All Tags » Best Practices » cursors (RSS)
-
I see a lot of people suggest while loops instead of cursors in situations where row-based processing is required (or, at least, where folks think that row-based processing is required). Sometimes the justification is that constructing a while loop is simpler and more straightforward than constructing a cursor. Others suggest that a while loop is ...
|
|
|
|
|