| 
 Posted by MC on 02/28/07 12:51 
SQL Server 2000: 
select * 
from sysobjects 
where xtype ='TR' 
 
 
SQL Server 2005: 
Select * 
from sys.triggers 
 
 
MC 
 
 
"kwilla" <kwilla@comcast.net> wrote in message  
news:1172666233.553151.165650@j27g2000cwj.googlegroups.com... 
>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 
>
 
  
Navigation:
[Reply to this message] 
 |