Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Advantages and Disadvantages of Cursor?

Answers were Sorted based on User's Feedback



Advantages and Disadvantages of Cursor?..

Answer / vivekanand

Merits: Row by Row Validations, good choice for small set of records

De-Merits: it Increases Network Traffic, result to slowdown the Speed and Performance of the Database,
Consumes More Resources, bad choice for large set of records.

Cheers,Vivekanand

Is This Answer Correct ?    5 Yes 0 No

Advantages and Disadvantages of Cursor?..

Answer / sandeep singh

Advantages:
Cursors are somewhat like Pointers of Oracle, Oracle executes a query and assign some name to that memory location, which is known as Cursor.
Cursors are used for storing data temperarorily.
Cursors are used for storing, managing and retrieving data.
Cursors stores in the RAM so the data access and retrieval is fast.

Disadvantage:
No such disadvantage. Only thing is that rather than storing data in an intermediate variable and fetching it one by one via cursor and then processing it sequentially, we can use Collections. By using collections, we can pass the bundle of Data at once.

Is This Answer Correct ?    3 Yes 0 No

Advantages and Disadvantages of Cursor?..

Answer / reddi

to handle to many rows.

Is This Answer Correct ?    1 Yes 1 No

Advantages and Disadvantages of Cursor?..

Answer / nageswara rao

as per my Knowledge cursor is data type which is used to
define multivalue variable.if u take int a ,here a is
static variable which hold only one value at a time.in some
situvations we need data type variable which hold
multivalues


if any one find new answer ,send me
nag.mca08@gmail.com

Is This Answer Correct ?    28 Yes 89 No

Advantages and Disadvantages of Cursor?..

Answer / nnnnhgg

no disadvantahes

Is This Answer Correct ?    9 Yes 88 No

Post New Answer

More SQL Server Interview Questions

i want to join two queries....and i want to run them as one after another that is want output of first query then second , then again output of first query then second and so on...

2 Answers  


What is intellisense?

0 Answers  


Which table keeps information about stored procedures?

0 Answers  


Please explain go command in sql server?

0 Answers  


What happens to a trigger with multiple affected rows?

0 Answers  


Define left outer join?

0 Answers  


How do you create an execution plan?

0 Answers  


explain different levels of normalization? : Sql server database administration

0 Answers  


Why use cursor in sql server?

0 Answers  


What are distinctive joins find as a part of sql?

0 Answers  


What is a filestream?

0 Answers  


can a database be shrunk with users active? : Sql server administration

0 Answers  


Categories