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.
この演習はコースの一部です
Building and Optimizing Triggers in SQL Server
演習の手順
- Re-enable the disabled
PreventOrdersUpdatetrigger attached to theOrderstable.
実践的なインタラクティブ演習
このサンプルコードを完成させて、この演習に挑戦してみましょう。
-- Resume the trigger execution
___ ___ ___
ON ___;