By using this query select name from sys.Triggers. you will get the list of triggers in the database. by using sp_depends "triggername". you will get...
Separate names with a comma.