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