Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update
Message
From
10/01/2005 08:34:59
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Re: Update
Miscellaneous
Thread ID:
00974228
Message ID:
00975620
Views:
19
Hi Mahmood,

A little tip whe using cursors.

When you create a cursor use the FASTFORWARD READONLY option if you do not need to update the cursor. This gives you alot more speed when you run through the cursor. This works really good on large cursor sets.

>Hi All:
> I am trying to update one of the filed in my sql table. I need to update only one row in this table.
>
>this is my code
>...
Magnus Nordin
VFP MCP

"We have tested the GUI on 5-year olds. Why? Beacuse they aren't braindead!"
Michael Spindler, Apple

Previous
Reply
Map
View

Click here to load this message in the networking platform