vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| blackscooby@btinternet.com (Mark Warren) wrote in message news:<83288e0.0306262345.3ace46ce@posting.google.c om>... > Hi, > > How can I find what triggers are associated to a particular table ? > (ASE 11.5.1) > > Thanks > > Mark The sysobjects row for the table will have the object ids of the triggers in the "instrig", "updtrig", and "deltrig" fields. -bret |