Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 procedure error

Author  Topic 

rajnidas
Yak Posting Veteran

97 Posts

Posted - 2014-10-27 : 05:05:26
hi all,

when i using storedprocedure to execute in sql server 2012 i am getting this following error,tell me how to solve this issue.


Msg 217, Level 16, State 1, Procedure USP_ComputeAll_NPA, Line 759
Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32).


i need help


thanks & regards

Rajnidas

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2014-10-27 : 05:27:39
see if this helps
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/74fc4002-cd3e-43d1-a263-c2552a3dcb4c/maximum-stored-procedure-function-trigger-or-view-nesting-level-exceeded-limit-32?forum=sqlreplication

Javeed Ahmed
Go to Top of Page
   

- Advertisement -