---
title: "Write some disadvantage of Cursor?"  
description: "Write some disadvantage of Cursor?"  
author: "Anonymous User"  
published: 2011-05-11  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/870/write-some-disadvantage-of-cursor  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# Write some disadvantage of Cursor?

Cursor plays there row quite nicely but although there are some disadvantage of Cursor .\
Because we know cursor doing roundtrip it will make network line busy and also make time consuming methods. First of all select query gernate output and after that cursor goes one by one so roundtrip happen.Another disadvange of cursor are ther are too costly because they require lot of resources and temporary storage so network is quite busy.

## Answers

### Answer by Anonymous User

Cursor plays there row quite nicely but although there are some disadvantage of Cursor .\
Because we know cursor doing roundtrip it will make network line busy and also make time consuming methods. First of all select query gernate output and after that cursor goes one by one so roundtrip happen.Another disadvange of cursor are ther are too costly because they require lot of resources and temporary storage so network is quite busy.


---

Original Source: https://www.mindstick.com/interview/870/write-some-disadvantage-of-cursor

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
