Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 cursors

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2010-11-10 : 07:07:05
Hi, I am comfortable using cursor to loop through the records of a table, etc...
Questions:
1- What are different types of cursors?
2- what is the default cursor?

Thank you

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2010-11-10 : 08:04:40
What is the need of looping thru records of a table using a cursor?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-11-10 : 08:24:02
Have a look here:
http://msdn.microsoft.com/en-us/library/ms180169.aspx


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -