TR_SPONSORSHIPCANCELLATIONREPORTTENURECODE_DELETE_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_SPONSORSHIPCANCELLATIONREPORTTENURECODE_DELETE_BBNCCODETABLEIDMAP on dbo.SPONSORSHIPCANCELLATIONREPORTTENURECODE after delete not for replication as begin delete from dbo.BBNCCODETABLEIDMAP where CODETABLECATALOGID = '8299802d-60d1-460b-aba5-4147482b46ea' and TABLEENTRYID in (select ID from deleted) end