hi,
How many number of trigger we can apply on a table ? and give some description on it.
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.
SenthilkumarPosted Apr 17, 2012, 12:55 AM
for maximum specification of sql entities:
http://www.sql-server-helper.com/sql-server-2005/maximum-capacity-specifications.aspx
http://sqlexplore.wordpress.com/2011/04/01/sql-server-what-are-triggers-how-many-triggers-you-can-have-on-a-table-how-to-invoke-a-trigger-on-demand/
Jignesh TrivediPosted Apr 17, 2012, 12:39 AM
Database objects include objects such as tables, views, stored procedures, extended 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.
hope this help.
VulpesPosted Apr 15, 2012, 8:56 AM
There is a theoretical limit of 2,147,483,647 objects per database which includes tables, views, stored procedures, constraints, triggers etc. but this is hardly likely to be a problem in practice :)