Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That gets me on theESquared said:Because the set-based method of data manipulation is so different from the sequential processing of the past (present in cursors)
When exactly is that?mjia said:cursor is good for very complicated search or update when a SQL statement won't do the job
mija said:I think cursor is good for very complicated search or update when a SQL statement won't do the job
To address your last point first:ESquared said:Yes, it still must access the rows one at a time. But there's a world of difference between using a cursor to fetch each row and handing that to the DB engine, and giving the DB engine a bunch of work to do where it fetches each row one at a time.
Why are we even having this conversation? You hate cursors.