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
Can you leave a union at any time?
what's the difference between a primary key and a unique key? : Sql server database administration
optimization techinques
How do I install sql server?
What is optimistic concurrency?
what is a self join? : Sql server database administration
Can we install sql server 2016 on windows 7?
Name some of the open source software that you can use in alternative to SSR?
Do you know what is difference between index seek vs. Index scan?
How do I view a stored procedure in sql server?
Is foreign key unique?
How to verify a user name with sqlcmd tool?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
Explain index in sql server?
Explain syntax for viewing, dropping and disabling triggers?