Mar 25, 2004 #1 AshleyRickards MIS Joined Jun 29, 2001 Messages 195 Location US Isn't it possible to have multiple triggers of the same type? In this case INSERT, UPDATE but with different rules for different fields? TIA Ashley L Rickards SQL DBA
Isn't it possible to have multiple triggers of the same type? In this case INSERT, UPDATE but with different rules for different fields? TIA Ashley L Rickards SQL DBA
Mar 25, 2004 #2 mrdenny Programmer Joined May 27, 2002 Messages 11,595 Yes on SQL 2000 it is. See create trigger in BOL. Denny --Anything is possible. All it takes is a little research. (Me) Upvote 0 Downvote
Yes on SQL 2000 it is. See create trigger in BOL. Denny --Anything is possible. All it takes is a little research. (Me)