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 are scheduled tasks in sql server?
How to count rows with the count(*) function in ms sql server?
What is a transact-sql statement batch in ms sql server?
What is difference statement and preparedstatement?
Define a cross join?
Which is the latest version of sql server and when it is released?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
How to test a dml trigger in ms sql server?
Can I run multiple instances of sql server 2000 at the same time on one computer?
Why people hate cursor?
Explain sub-query?
What is log cache in sql server?
What are three major types of constraints?
List the different types of collation sensitivities in sql server?
Is INSTEAD OF trigger directly applicable to Table ?