TR_STANDINGORDERSEXPORTPROCESSEXPORTFORMAT_DELETE

Definition

Copy
create trigger TR_STANDINGORDERSEXPORTPROCESSEXPORTFORMAT_DELETE on dbo.STANDINGORDERSEXPORTPROCESSEXPORTFORMAT with execute as owner after delete not for replication as  set nocount on;
 delete from dbo.BUSINESSPROCESSEXPORTFORMAT where ID in (select ID from DELETED)