Hi Friends
I want to know that in a single table how many maximum number of triggers can be used ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jul 6, 2012, 8:14 AM
Maximum number of triggers Limited by number of DataBase objects in a database.
Database objects include objects such as tables, views, stored procedures, user-defined functions, triggers, rules, defaults, and constraints. The sum of the number of all objects in a database cannot exceed 2,147,483,647.
Please Refer
http://msdn.microsoft.com/en-us/library/ms143432.aspx
hope this will help you.
Satyapriya NayakPosted Jul 6, 2012, 7:24 AM
Please refer the below links
http://forums.asp.net/t/1358067.aspx
http://iniaz.com/index.php/oracle-faq/3-Database/92-what-is-the-maximum-number-of-triggers-can-apply-to-a-single-table-.pdf
Thanks