Maximum stored procedure, function, trigger, or view nesting level exceeded(limit 32)

  • im new to sql. i have created a delete trigger in table1. once i deleted the record in table1 it will also delete that specific record in Table2. And in table2 also, i had created a delete trigger. Once the record of table2 will deleted, that specific record will be deleted in table1. But everytime i delete i delete a record there is an error message will appear. And its "Maximum stored procedure, function, trigger, or view nesting level exceeded(limit 32)". What does it mean? Can you help me with this? Any one. How can i create a delete trigger in two tables without having an error like this?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply