Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I temporarily disable SQL Server trigger
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00681437
Message ID:
00685565
Views:
24
>AKAIK there's no elegent way to prevent the trigger from firing, precisely because other users can access it at the same time. The brute force approach would be to drop the trigger, perform the update, then recreate the trigger. You'd have to lock the table to prevent other users from attempting updates at the same time.
>
>This is a pretty drastic approach, as you can imagine, and best saved for after-hours processing if possible.

Would it be easier to DISABLE the trigger, rather than dropping it?
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform