What is a cursor in SQL Server 2000 and their types?
Answer Posted / rajiv rohilla
In SQL Server 2000 Cursors are used in stored procedures /
Functions where we have to go each record of a recordset
one by one.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
How to delete multiple rows with one delete statement in ms sql server?
How to create an identity column?
How to use go command in "sqlcmd"?
What is mean by candidate key?
How to scale out a federation by Sql statement?
What is sqlcmd?
How to configure odbc dsn with different port numbers?
What is indexing a document?
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
What is compound operators?
What is built-in function?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
What is the difference between primary key and unique constraints?
How to drop an existing user defined function in ms sql server?
What is difference between count (*) and count column?