Friday, December 29 2006: set-based
If I hadn't seen the same sort of drastic improvements in performance by moving a couple data manipulation processes from a cursor-based / procedural approach to a set-based approach, I would have a hard time believing Kevin's story of 1000-fold improvement in run-time by replacing a number of SQL "procedures" with one 300-line SQL statement.