TR_TAXENTITYCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_TAXENTITYCODE_INSERT_BBNCCODETABLEIDMAP on dbo.TAXENTITYCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select 'fcb1cc57-2a60-43e0-8e68-cf2728ce4970', ID from inserted end