Welcome to SqlAdvice Sign in | Join | Help

Browse by Tags

All Tags » SQL » Cursors » Sql Server   (RSS)
Sorry, but there are no more tags available to filter with.

Sql Server Cursor Template

This is a template that I have been using in SQL server for when I do have to write cursors. Notice that there is only one fetch statement in there which is much slicker than the typical method of initially doing a fetch, with a while condition of while
Posted by gstark | 1 Comments
Filed under: , ,