TR_REGIONCODE_INSERT_BBNCCODETABLEIDMAP

Definition

Copy
create trigger TR_REGIONCODE_INSERT_BBNCCODETABLEIDMAP on dbo.REGIONCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select 'f0e0e2c1-f53e-45d0-9108-5ff336da93ce', ID from inserted end