Which is faster in SQL, While loop, Recursive Stored proc, or Cursor?

Posted by Casey on Stack Overflow See other posts from Stack Overflow or by Casey
Published on 2010-06-11T13:10:12Z Indexed on 2010/06/11 13:12 UTC
Read the original article Hit count: 236

Which is faster in SQL, While loop, Recursive Stored proc, or Cursor? I want to optimize the performance in a couple of spots in a stored procedure. The code I'm optimizing formats some strings for output to a file.

© Stack Overflow or respective owner

Related posts about sql

Related posts about stored-procedures