![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
SQL Server 2000: select * from sysobjects where xtype ='TR' SQL Server 2005: Select * from sys.triggers MC "kwilla" <kwi... (AT) comcast (DOT) net> wrote in message news:1172666233.553151.165650 (AT) j27g2000cwj (DOT) 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- Hide quoted text - - Show quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |