PDA

View Full Version : Where are the Triggers?


ezboy
03-21-2011, 01:26 PM
Our websites are hosted on your servers.
I have a question. I use sqlwebadmin tool a lot.

I executed a trigger recently going to 'Tools' tab and then clicking on 'New Query'. It ran successfully. But I cannot see it anywhere in the explorer hierarchy.

The trigger is working in the background.. I tested it and it works as expected. but I cannot seem to locate it.

The 'Triggers' folders for database and individual tables are empty. But the trigger works. What is going on.. can anyone throw some light?

Joseph Jun
03-21-2011, 02:02 PM
I think that the Triggers are listed under the table.

If you connect to your database server using the SQL Web Admin, expand User Databases, then your database and then Tables.

Click on the table and it should list the Triggers.

ezboy
03-21-2011, 02:07 PM
Thank you.