Advantages and Disadvantages of Cursor?
Answer Posted / krishna sandeep
Advantage:
you can do row vise validation from a table
Disadvantage:
of example you are retrieving 100 row...
every single row you retrieve will hit the server as a
single select query so performance will be low.
| Is This Answer Correct ? | 123 Yes | 17 No |
Post New Answer View All Answers
What is a result set object returned by mssql_query()?
What is 'write-ahead log' in sql server 2000 ?
How you can change a cross join into an inner join?
What is postgresql server?
Can a unique index be created on a column, which contains null?
What does this statement do @@rowcount?
What is a raid and what are different types of raid configurations?
What is difference between group by and having?
What are views used for?
How to drop an existing table?
How to move database physical files in ms sql server?
How does Report Builder support Analysis Services cubes?
How to change the ownership of a schema in ms sql server?
List out some of the requirements to set up a sql server failover cluster?
When should you use an instead of trigger?