why we use cursor?
Answer Posted / anil
Cursor allow row by row fetching records
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
What is change data capture (cdc) in sql server 2008?
How to fetch the next row from a cursor with a "fetch" statement?
Is it ok to shrink transaction log?
What is clustered vs nonclustered index?
How to create an index on a view?
List the advantages of using stored procedures?
What does indexation mean?
How to convert numeric expression data types using the cast() function?
how to avoid cursors? : Sql server database administration
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
What are different types of views?
What is filestream?
Define Wed Edition in SQL Azure?
Explain DBCC?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?