Interviewer And Interviewee Guide

SQL Server Cursors Interview Question:

Can you explain the disadvantages/limitation of the cursor?

Submitted by: Administrator
Cursor requires a network roundtrip each time it fetches a record, thus consume network resources.
While data processing, it issues locks on part of the table, or on the whole table.
Submitted by: Administrator

Read Online SQL Server Cursors Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.