Home Forums SQL Server 7,2000 T-SQL Please give me a replacement for a Cursor RE: Please give me a replacement for a Cursor

  • Here's my thinking : Don't use cursors, ever. Then if you find a situation where a cursor is faster than a set based approach or there's no set based approach (some rare admin task), then go for it. But I assure you that it's not gonna happen often.