How many types of cursors are there in SQL Server?
Answer Posted / hari
Cursor : Curosr is allow row processing of the result set.
Static
Dynamic
forward-only
Key setdriven
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How to return the top 5 rows from a select query in ms sql server?
Difference between primary key and clustered index?
What is sql server english query?
What are recommended options to be used while using db mirroring? : sql server database administration
How to find tables without indexes?
How to create a user name in a database?
How to delete exactly duplicate records from a table?
How to recompile stored procedure at run time?
Can truncate be rolled back?
What is Sqlpaging in SqlServer 2005 ?
What does sql server mean?
How to install sql server 2005 express edition?
How to defragment indexes with alter index ... Reorganize?
How to loop through the result set with @@fetch_status?
What structure can you implement for the database to speed up table reads?