I am using SQL Advantage and need to know what the SQL is to identify the triggers associated with a table. I don’t have the option to use another tool so the good old fashioned SQL solution is the ideal answer.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I also found out that
will show you a lot of information about a table, including all triggers associated with it. Using that, along with Ray’s query can make it much easier to find the triggers. Combined with this query from Ray’s linked article:
and you can see the definition of the trigger:
will also show you all tables related to a trigger