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...

How many types of cursors are there in SQL Server?

Answer Posted / sandip borkar

There can be 7 types of Cursors in SQL Server
1] Dynamic : Scrollable. Its slowest, and sensitive to all changes in resultset.
2] Keyset : Scrollable. Its slow but faster than Dynamic.Sensitive to Changes like updation and deletion but not insertion
3] Static : Its srollable and faster than both above. We can move forward and backward, but changes are not visible
4] Forward_Only Dynamic : Its not scrollable, but sensitive to changes.
5] Forward_only keyset : Its not scrollable, but sensitive to updation and deletion in resultset but not insertion. We can only move forward and not backward.
6] Forward_only Static : Not sensitive to changes not scrollable.
7] Fast-forward : fastest among all.

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why I am getting this error when dropping a database in ms sql server?

1117


What are pessimistic lock and optimistic lock?

1137


How to provide login information for a new odbc dsn?

1092


Do you know query execution plan?

1262


How many columns can we include on clustered index ?

1054


What are the common performance issues in sql server?

969


What is use of attributehierarchyenabled? : sql server analysis services, ssas

1294


What are window functions in sql server?

1065


Is foreign key a primary key?

1171


What is a fill factor?

1137


What is indexing a document?

1084


What is the new security features added in sql server 2014? : sql server security

1045


Can we call stored procedure in view in sql server?

933


Explain error handling in ssis?

1068


What the different topologies in which replication can be configured?

1140