What is a cursor in SQL Server 2000 and their types?

Answer Posted / ashish sehra

Cursor is the current position of recordset.There are 4
types of cursors.
1.forward Only (Default)
2.Static
3.Keyset
4.Dynamic

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which tcp/ip port does sql server run on? How can it be changed?

577


What is difference between group by and having?

565


Which sql server table is used to hold the stored procedure scripts?

616


Explain transaction server auto commit?

537


What is report server project?

106






What are the rules to use the rowguidcol property to define a globally unique identifier column?

593


How to list all field names in the result set using mssql_field_name()?

528


Why do we use trigger?

557


How can we call UDF(User Define Function) using C# code in ASP.net ?

5946


Can you pass expressions to function parameters?

544


How to insert data into an existing table?

571


What is an example of a primary key?

515


How to delete existing triggers using "drop trigger"?

558


How would you use user_constraints table in DB?

592


Why would you call update statistics?

585