TR_CHANNELCODE_INSERT_BBNCCODETABLEIDMAP
Definition
Copy
create trigger TR_CHANNELCODE_INSERT_BBNCCODETABLEIDMAP on dbo.CHANNELCODE after insert not for replication as begin insert into dbo.BBNCCODETABLEIDMAP (CODETABLECATALOGID, TABLEENTRYID) select '35acadb7-4d01-438a-8a3b-08366eb680de', ID from inserted end