Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I temporarily disable SQL Server trigger
Message
From
23/07/2002 12:46:13
 
 
To
23/07/2002 12:13:42
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00681437
Message ID:
00681762
Views:
26
>> FWIW, I don't think we use sql cursors in *any* of our SP's (or triggers) ... we use temporary tables. I guess this must be the reason why!

temporary tables can be just as problematic as cursors, especially if they're created via SELECT INTO.

While, in general, you'd like to stay away from cursors, sometimes it the only want to get down what needs to get done. In that case, your best bet is to use the FAST_FORWARD option on the cursor.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform