TR_SPONSORSHIPOPPORTUNITYRESERVEPROCESSSTATUS_DELETE

Definition

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