Advantages and Disadvantages of Cursor?

Answer Posted / vivekanand

Merits: Row by Row Validations, good choice for small set of records

De-Merits: it Increases Network Traffic, result to slowdown the Speed and Performance of the Database,
Consumes More Resources, bad choice for large set of records.

Cheers,Vivekanand

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between delete and truncate commands?

531


You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?

589


What happens if the update subquery returns no rows in ms sql server?

591


What do you understand by physical_only option in dbcc checkdb?

579


How to use subqueries with the in operators in ms sql server?

568






What are data regions?

92


What is the purpose of linked server configuration in sql server?

557


What is the purpose of sql profiler in sql server? : sql server database administration

629


What will happen if a column containing char type data is changed to the nchar data type?

626


What is merge?

572


How many databases can we create in a single server?

187


How to start sql server browser service?

561


How to use user defined functions in expressions?

554


How do you delete a trigger?

584


How global temporary tables are represented and its scope?

551