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
What is an example of a foreign key?
What is federation member?
How to insert new line characters into strings?
How do I delete a sql server database?
What should be the fill factor for indexes created on tables? : sql server database administration
How many replicas are maintained for each SQL Azure database?
How to make a remote connection in a database?
What are four major operators that can be used to combine conditions on a where clause?
Can you tell me some of the common replication dmv's and their use? : sql server replication
How to retrieve field values using mssql_result()?
How do I install sql server?
Call by value and call by reference in procedure and function, with NOCOPY.
on line cluster can we make if yes tell me the procedure
Can you explain full-text query in sql server?
How to resolve the orphan use problem? : sql server security