Saturday, February 11, 2012

"cursor" what is that

Can anyone tell me where i could learn about "cursors", what they're for and how to code it ?
Thanks a lot !Cursor is basically a loop through the data. Where you can stop and process each row in this loop separately. They are too slow and not recommended to use often.

Read more on declaration and use here:

http://msdn2.microsoft.com/en-us/library/ms190028.aspx
http://www.databasejournal.com/features/mssql/article.php/1439731

Good Luck.|||Thanks a lot iburyak !

No comments:

Post a Comment