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 standby servers? Explain types of standby servers.
What is row_number () and partition by in sql server?
What is the difference between functions and stored procedures?
What is normalization and denormalization in sql server?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
How to concatenate two strings in SQL Server.
Define Business Edition in SQL Azure?
What is trigger in salesforce?
What does man by sql wildcard characters in sql server?
what is the different types of backups available in sql server? : Sql server database administration
How to count duplicated values in a column in ms sql server?
Explain atomicity?
what are cursors? : Sql server database administration
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What are the types of containers in ssis?