I'm looking for a book or web site, that can give examples of cursors. e.g. select every x number of records from a table and put into another table for y number of records, or based on some select from a table, select columns from another table. Basic stuff to get started in cursors. I know SQL set results are more efficient, but some times a cursor is better.
Thanks,

Bill