What is a cursor in SQL Server 2000 and their types?
Answer Posted / sd
Cursors allow row-by-row prcessing of the resultsets.
Types of cursors: Static, Dynamic, Forward-only, Keyset-
driven
| Is This Answer Correct ? | 30 Yes | 7 No |
Post New Answer View All Answers
What different steps will a sql server developer take to secure sql server?
How to apply cascading referential integrity in place of triggers?
What is data file in computer?
What is mssql?
What are the advantages of partitioning?
What is an index in a database?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
What is the bookmark lookup and rid lookup?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
Mention what are the different types of ssrs reports?
What are the disadvantages of primary key and foreign key in SQL?
What are the differences between DDL, DML and DCL in SQL?
What is difference between equi join and natural join?
What is a domain constraint give an example?