Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors
Message
From
17/06/2011 10:22:21
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01514874
Message ID:
01514883
Views:
58
>>HI
>>
>>In foxpro I would use Cursors for various purposes.
>>
>>IN SQL2005 I want to create a cursor or equivalent.
>>
>>What do others do about this.
>>
>>Should I just select my results into a table which I then drop when I've done with it or is that a bad thing to do.
>>
>>And if it is bad why ?
>>
>>(this is for a process that may be run weekly or possibly daily).
>>
>>Thanks
>>
>>Nick
>
>SQL Server is all about set-based operations. If you can perform your process with set-based, it will be better than using cursors.
>If there is absolutely no set-based alternative, then I suggest to read Brad Schulz series about cursors
>
>The Truth about Cursors - Part 1
>
>and other parts.

I'm not sure what you mean by set based operations

Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform