Tagged Questions
0
votes
1answer
314 views
“Maximum allowed trigger depth” in SQL Server?
I know about "Allow Triggers to Fire Others" server setting that allows the action taken by a trigger to fire another trigger (or not), and as I understand it, my only options are True (allow trigger ...