Page 1 of 1

How I can receive the information about triggers on a table?

Posted: Tue 16 Jun 2009 07:58
by Alexander_73
I have seen all of ObjectType property in TMSMetaData, but have not found possibility to learn about triggers of tables.

Posted: Tue 16 Jun 2009 08:26
by Ludek
select * from sys.triggers where parent_id = object_id()

8)