Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DECLARE cursor syntax?
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00982739
Message ID:
00982948
Views:
34
>>You cannot update SQL Server cursor or run queries against it. What're you trying to do?
>>
>
>what does "for Update" do?

You can use WHERE CURRENT OF clause of UPDATE command. Anyway it's better to explore set based option before considering SQL Server cursor for perfomance reasons.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform