Open topic with navigation
create trigger TR_EMAILFINDERGETPROCESSSTATUS_DELETE on dbo.EMAILFINDERGETPROCESSSTATUS with execute as owner after delete not for replication as set nocount on; delete from dbo.BUSINESSPROCESSSTATUS where ID in (select ID from DELETED)