Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
kidaduo
Starting Member
45 Posts |
Posted - 2008-05-21 : 10:50:11
|
| Hi all!How do u view the triggers in sql 2000 qry analyzer. I know you can use sp_helptrigger-- which will give the list of triggers-- -- But, I need to be able to run command from qry analyze and see the script used to create triggersHaving limited access to the design tables-- wont be able to see trigger from sql design tableThank youJosephine |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-05-21 : 10:54:15
|
Tried "sp_helptext {trigger name here}"? E 12°55'05.25"N 56°04'39.16" |
 |
|
|
kidaduo
Starting Member
45 Posts |
Posted - 2008-05-21 : 10:56:43
|
Thank you Peso. That is what I was looking for!quote: Originally posted by Peso Tried "sp_helptext {trigger name here}"? E 12°55'05.25"N 56°04'39.16"
Josephine |
 |
|
|
|
|
|