What is a cursor in SQL Server 2000 and their types?
Answer Posted / rajiv rohilla
In SQL Server 2000 Cursors are used in stored procedures /
Functions where we have to go each record of a recordset
one by one.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What are character string data types in ms sql server?
How do I completely remove sql server instance?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
how to take backup bcp out for a column in table in sql server?
List out some of the requirements to set up a sql server failover cluster?
How to include text values in sql statements?
What is the report model project?
How to assign null values to variables or columns?
Where sql server user names and passwords are stored in sql server? : sql server database administration
Sql server reporting services vs. Crystal reports.
What are the extra roles available in msdb? : sql server security
Can a table have 2 primary keys?
What is server-level principal?
Are all views updatable ?
What is raid? : SQL Server Architecture