SQLRep
SSCrazy
Points: 2052
More actions
February 25, 2005 at 10:33 am
#86921
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
wz700
SSCertifiable
Points: 7133
February 27, 2005 at 10:45 pm
#544352
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