Posted by: lanthus November 20, 2008
Cursor in T-sql
Login in to Rate this Post:     0       ?        
basically, a cursor is nothing but just a variable. but the difference is a variable can hold a value at a time but a cursor can hold multiple values at a time. So the main purpose of using cursor is to hold the entire row values so that what ever manipulation that we wanna do in the table can be done with a single command. hope that might help...........
Read Full Discussion Thread for this article