PRB: No Error Occurs When Adding Trigger That ExistsLast reviewed: April 25, 1997Article ID: Q67806  | 
	
	
The information in this article applies to:
 - Microsoft SQL Server version 4.2 for OS/2 
 SYMPTOMSSQL Server allows a trigger to be overwritten without an error message. 
 CAUSEBy design, creating a new trigger of the same type (INSERT, DELETE, or UPDATE) on a table where a trigger is already defined is allowed in SQL Server. 
  | 
	
	Additional query words: trigger 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |