sql 2000

  • Server: Msg 217, Level 16, State 1, Procedure sp_delete_param, Line 50

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

  • what is the procedure doing? can you post the definition of the proc?

    your looping through some sort of recurssion. where the stored proc calls another proc which calls another proc which calls another proc which updates a table which fires a trigger which update another table which fires another trigger, which calls a function which calls a proc which updates a table which fires a trigger which calls a proc.

Viewing 2 posts - 1 through 1 (of 1 total)

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