Bad Habits to Kick : Thinking a WHILE loop isn't a CURSOR
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...