TR_VOLUNTEERCOURSECODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_VOLUNTEERCOURSECODE_INSERT_BBNCCODETABLEIDMAP on dbo.VOLUNTEERCOURSECODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '01eb699b-121f-4780-857a-f1cad58c05d6', ID from inserted end