TR_EVENTCATEGORYCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_EVENTCATEGORYCODE_INSERT_BBNCCODETABLEIDMAP on dbo.EVENTCATEGORYCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select 'b328e14b-9269-4b6c-bf93-7b10c70f71c3', ID from inserted end