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
Under the Tables node in SSMS (SQL Server Management Studio), for each table there is a Triggers node.
Tables
Triggers
You can manage your triggers from there.