schwankieog
Programmer
I have a database with multiple tables that have multiple triggers associated with each table. i am accessing the database in c# through a dataset, but can obviously run sql queries to get neccassarry information. i have the table names, what i need is a way to get all of the trigger names associated with that table through sql if possible. (for the sake of the problem pretend i DO NOT have access to the database except through code). is there a way to get the information i need? thanks in advance for any help