John's Brain Dump

All the technical gyrations I go through to build software, so I don't forget them and others can benefit from them.

Receive Email Updates

Browse by Tags

All Tags » Patterns (RSS)
Avoiding Cursors with Superclass-Subclass Tables
Ever since I read Itzik Ben-Gan's article in SQL Server Magazine about changing cursor-based logic to set-based logic, I've avidly sought to avoiding using cursors in my SQL procedures. One of the biggest problems that I've faced on this front...
Posted: Nov 21 2005, 05:32 PM by John | with no comments
Filed under: ,
More Posts