How can I fire a trigger BEFORE a delete in T-SQL 2005?

前端 未结 3 562
别那么骄傲
别那么骄傲 2021-01-01 17:01

How can I fire a trigger BEFORE a delete in T-SQL 2005? The FOR actually fires AFTER an event and they seems no BEFORE argument in the TRIGGER function. The INSTEAD OF is no

3条回答
提交回复
热议问题