SQL Server 2000:
select *
from sysobjects
where xtype ='TR'
SQL Server 2005:
Select *
from sys.triggers
MC
>I need a way to view all existing triggers in our MS Server database
> especially since I don't know what tables are involved.
>
> Thanks,
>
> kwilla
kwilla - 28 Feb 2007 20:00 GMT
> SQL Server 2000:
> select *
[quoted text clipped - 15 lines]
>
> - Show quoted text -
Thanks!