select
t.
name
, Comments.*
from
sys.triggers t
Inner
Join
syscomments Comments
On
t.object_id = Comments.id
where
Comments.text
like
'%audit%'