I\'m using Sqlserver express and I can\'t do before updated trigger. There\'s a other way to do that?
before updated
Remember that when you use an instead trigger, it will not commit the insert unless you specifically tell it to in the trigger. Instead of really means do this instead of what you normally do, so none of the normal insert actions would happen.