checking for triggers!

  • Hi all,

    Is tehre a way that i can find out which trigger is acting on other table without going it to design mode and then look for different triggers related to each table?

    Thanks

  • select name, object_name(parent_obj) from sysobjects where xtype = 'tr'

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply