If in a trigger I've updated a table that has an update trigger, will it be triggered? Or if in an Update trigger, it updated the same table, would it be some recursive infinate loop?
If a trigger updates it's parent table then no it shouldn't be refirred. However if a trigger updates another table that has a trigger then the second tables trigger will be fired.
This can be controlled at the server level via the nested triggers option of sp_configure.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.