I don\'t use SQL Server Cursors often but when I do, I always have to look up the syntax and options.
So I wanted to ask, what is the best SQL Server Cursor referen
How to Perform SQL Server Row-by-Row Operations Without Cursors: http://www.sql-server-performance.com/articles/per/operations_no_cursors_p1.aspx
SQL Server Cursor Examples (with Cursor Alternatives): http://www.mssqltips.com/tip.asp?tip=1599