TR_INDUSTRYCODE_INSERT_BBNCCODETABLEIDMAP

Definition

Copy
create trigger TR_INDUSTRYCODE_INSERT_BBNCCODETABLEIDMAP on dbo.INDUSTRYCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '7df7c84f-84db-4620-b620-76b4a2f67581', ID from inserted end