TR_VOLUNTEERINTERESTCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_VOLUNTEERINTERESTCODE_INSERT_BBNCCODETABLEIDMAP on dbo.VOLUNTEERINTERESTCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '1554b2c7-dd5f-47c8-8dee-6fc59fc87391', ID from inserted end