TR_BENEFITCATEGORYCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_BENEFITCATEGORYCODE_INSERT_BBNCCODETABLEIDMAP on dbo.BENEFITCATEGORYCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select 'afda4834-8529-4e84-a746-ae55c4c5c933', ID from inserted end