Is there a limit? How many triggers can be created on a single table in SQL Server?
Also is this limit changed in SQL Server 2000, 2005, 2008 and 2012.
Also there are two types of triggers INSTEAD OF triggers and For/After triggers. What is the limit on them separately?
Instead ofTrigger is one per action type – Martin Smith Jan 27 at 19:22