What is a cursor in SQL Server 2000 and their types?
Answer Posted / arshad abbasi
Cursors allow row-by-row prcessing of the resultsets.
Types of cursors: Static, Dynamic, Forward-only, Keyset-
driven
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to drop an existing schema in ms sql server?
What is wrong with sql server client libarary dll, ntwdblib.dll?
How to modify existing triggers using "alter trigger"?
Equi join and non equi join is possible with sql server?
What are the hotfixes and patches in sql server?
How do you handle datasets larger than 50 gb?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Define right outer join in sql server joins?
What is tempdb database? : SQL Server Architecture
Name some of the open source software that you can use in alternative to SSR?
what is the system function to get the current user's user id? : Sql server database administration
What is the difference between coalesce() & isnull()?
How can we rewrite sub-queries into simple select statements or with joins?
What is data modeling and Reterminal integrity?