The trigger doesn't return anything, but stored procedures are meant to return something. Apparently RETURN 0 means I am returning nothing. I've always just done a return without the 0.
Karen > Albert, > I am curious where you found this tidbit of info in the documentation. > > I was under the impression that Triggers were not supposed to RETURN > values since They are automatically called and have no way for the user to > interact with them after they complete execution. > > Jim Bentley

