| Author |
Trigger problems upgrading
|
|
| Lou Pompa 2005-05-23, 8:23 pm |
| Is there a way to display existing triggers in a database using iSQL?
| |
| Joshua Savill 2005-05-23, 8:23 pm |
| SELECT * FROM SYS.SYSTRIGGERS
This will give all the trigger information in the database.
--
Joshua Savill
iAnywhere Solutions - Product Support Analyst
"Lou Pompa" <lpompa@llgroup.net> wrote in message
news:42922af9$1@foru
ms-1-dub...
> Is there a way to display existing triggers in a database using iSQL?
>
| |
| Stephen Rice 2005-05-23, 8:23 pm |
| Sybase Central has the display capability. The best you can do in dbisql is
dump the contents of sys.systrigger
/steve
--
Stephen Rice
Technical Services Manager
iAnywhere Solutions
------------ Please Post -------------
"Lou Pompa" <lpompa@llgroup.net> wrote in message
news:42922af9$1@foru
ms-1-dub...
> Is there a way to display existing triggers in a database using iSQL?
>
|
|
|
|