halifaxdal
SSCoach
Points: 19741
More actions
April 8, 2008 at 1:38 pm
#188985
I got this error message when I run my recursive stored procedure:
Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32).
Can anyone give any thought?
Thanks in advance.
Adam Angelini
SSCrazy Eights
Points: 8548
April 8, 2008 at 3:13 pm
#800033
that is the limit of recursion for stored procedures. a sproc can only call itself 32 times before SQL suspects it may be an infinite loop and terminates it.
check this article out
http://msdn2.microsoft.com/en-us/library/ms190607.aspx
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply