Hi,
Yes,Oracle has one too. But one of the nice things about a BEFORE insert trigger is the ability to modify data prior to inserting it. That is just one of the uses. This is what I am trying to do, replace the Null value passed on an INSERT with a calculated field from a lookup and a passed parm. Would not an INSTEAD of trigger simply 'overrule' the standard INSERT? Perhaps, I could figure out a way to use that, then do an INSERT within the trigger - I'll check it out. I'm new to SQL Server, but have already found things I prefer in Oracle, and others I prefer in SQL Server.
Thanks!
Gary