Advantages and Disadvantages of Cursor?
Answer Posted / hiral bhatt
Dear All,
Cursor, its an object in SQL Server and the main advantages
of cursor is that whenevr we need to fetch records in row
by row Manner..
But using cursor, it itself is not a good concept, we have
another alternate for cursor like Temp Table.
Regards
Hiral Bhatt
Sr. Software Engg.
| Is This Answer Correct ? | 43 Yes | 21 No |
Post New Answer View All Answers
Tell me what is log shipping?
Explain relational data?
What is Sqlpaging in SqlServer 2005 ?
Explain the properties of sub-query in sql server?
What are the different types of replication are there in sql server 2000?
What is query parameter in ssrs?
What is exporting and importing utility?
Is natural join and equi join same?
What information is maintained within the msdb database?
What is a transaction and why is it important?
How many columns can exist together per table?
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 is the template in sql?
What is merge replication?
How do I create a stored procedure in dbml?