Unable to find where triggers are stored in sql server 2008

后端 未结 5 487
我寻月下人不归
我寻月下人不归 2020-12-15 15:33

I want to delete and modify previously created triggers but i cant find them anywhere in database. Where they exist and how to edit or delele them

5条回答
  •  一个人的身影
    2020-12-15 15:46

    Under the Tables node in SSMS (SQL Server Management Studio), for each table there is a Triggers node.

    You can manage your triggers from there.

提交回复
热议问题