leiz
leiz

Reputation: 4042

sql server 2008 cursor implementation

I would like to know how cursor actually works in sql server 2008. For example, are the results held in memory as soon as the cursor is opened? or the results stored in an intermediate format, the real data is retrieved when fetch?

Upvotes: 1

Views: 1906

Answers (0)

Related Questions