Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server
Use the server trigger recursion
option to specify whether to allow server-level triggers to fire recursively. When this option is set to 1
(enabled), server-level triggers will be allowed to fire recursively. When set to 0
(disabled), server-level triggers can't be fired recursively.
Only direct recursion is prevented when the server trigger recursion option is set to 0
(disabled). (To disable indirect recursion, set the nested triggers
option to 0
.) The default value for this option is 1
(enabled). The setting takes effect immediately (without a server restart).
For more information, see Create Nested Triggers.