Re-enabling a disabled trigger
You helped the company update the Orders
table by disabling the PreventOrdersUpdate
trigger.
Now they want the trigger to be active again to ensure no unwanted modifications are made to the table.
Diese Übung ist Teil des Kurses
Building and Optimizing Triggers in SQL Server
Anleitung zur Übung
- Re-enable the disabled
PreventOrdersUpdate
trigger attached to theOrders
table.
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
-- Resume the trigger execution
___ ___ ___
ON ___;