TR_ARRIVALAREACODE_INSERT_BBNCCODETABLEIDMAP

Definition

Copy
create trigger TR_ARRIVALAREACODE_INSERT_BBNCCODETABLEIDMAP on dbo.ARRIVALAREACODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '11a58ab3-45a3-4162-a1f4-c0e77f0054f9', ID from inserted end