Archive

Posts Tagged ‘SQL trigger’

How to see the code or text of a SQL trigger

October 14, 2011 Leave a comment

Hi Friends,

To see the code or text of a SQL trigger use following query

exec sp_helptext ‘{Name of trigger}’