Simple SQL Cursor Example

By |2011-02-02T22:43:43+00:00February 2nd, 2011|Categories: SQL Server|Tags: , |

If you're reading this blog, chances are, you know how to write/use a SQL cursor. But this is more for my benefit, and maybe even yours. Just a quick cursor example, so that I can easily reference the syntax if I ever need to quickly look it up, since I always seem to forget it.  Enjoy.DECLARE [...]