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
Server-scoped DDL triggers appear in the SQL Server Management Studio Object Explorer in the Triggers folder. This folder is located under the Server Objects folder. Database-scoped DDL triggers appear in the Database Triggers folder.
To view database level triggers, Login to the server using SQL Server management studio and navigate to the database. Expand the database and navigate to Programmability -> Database Triggers. To view triggers at the server level, Login to Server using SSMS and navigate to Server Objects and then Triggers folder.
Just go to your table name and expand the Triggers node to view a list of triggers associated with that table.
You can find Triggers under Table node:
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With