Viewing post 1 (of 2 total)
Select definition
from sys.all_sql_modules m
join sys.objects o on m.object_id = o.object_id
where o.type in ('TR','TA')
and o.name = 'YourTriggerName'
December 30, 2008 at 12:42 pm
#919211