TR_RESOURCECATEGORYCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_RESOURCECATEGORYCODE_INSERT_BBNCCODETABLEIDMAP on dbo.RESOURCECATEGORYCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '63e64e8f-4f70-4bbd-9bcf-9f4ae25208d2', ID from inserted end