TR_EDUCATIONALPROGRAMCODE_DELETE_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_EDUCATIONALPROGRAMCODE_DELETE_BBNCCODETABLEIDMAP on dbo.EDUCATIONALPROGRAMCODE after delete not for replication as begin delete from dbo.BBNCCODETABLEIDMAP where CODETABLECATALOGID = '22b0d9f0-fd46-4e49-bb8b-bc5ef7456ef7' and TABLEENTRYID in (select ID from deleted) end