TR_POSTTOGLPROCESSCUSTOMJOURNAL_INSERTDELETE

Definition

Copy


                create trigger dbo.TR_POSTTOGLPROCESSCUSTOMJOURNAL_INSERTDELETE on POSTTOGLPROCESSCUSTOMJOURNAL instead of INSERT, DELETE not for replication as
                begin
                    set nocount on;
                    -- we have a single entry in this table and do not want any mor nor do we want it deleted 

                end