Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,


I have called a procedure within a procedure and i m getting this error.
Please let me know what to do.

Thanking You.
Mohammad Wasif
Posted

Reduce the nesting level!

Going deep into 32 levels is just too much. Have a proper design of database, if needed and you can then re-model it and write clean queries/SP's.

Might be infinite loop too, in your current implementation, look, investigate and resolve!
 
Share this answer
 
v2
Mohd Wasif wrote:
I have called a procedure within a procedure and i m getting this error.
Please let me know what to do.


Simple - Google![^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900