简体   繁体   中英

Does an update statement in update trigger, fire trigger again?

如果我在更新触发器中使用update语句,update update中的update语句是否会导致触发器?

Make sure your database property for RECURSIVE_TRIGGERS is set to off (which is the default anyway) so that it cannot be fired recursively.

http://technet.microsoft.com/en-us/library/ms190946.aspx

默认情况下,触发器不会触发自己。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM