I'm having trouble figuring out how to write a particular trigger to avoid having it recurse. This trigger is an after update trigger that operates on the same table that fires it. This is a database ...
CREATE TABLE TABLE_A (ID int NOT NULL IDENTITY(1,1) PRIMARY KEY, NAME varchar(32)); CREATE TABLE TABLE_B (ID int NOT NULL IDENTITY(1,1) PRIMARY KEY); CREATE TRIGGER INSERT_ON_TABLE_B ON TABLE_A FOR ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results