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.
Author |
Topic |
chih
Posting Yak Master
154 Posts |
Posted - 2008-12-14 : 23:13:53
|
Hi All,I have 2 db servers running on the same .NET code and SQL SP/Function, etc...but why one server will get an error message"Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32)."but another will not? any reason for that?By the way, i do not have trigger for tablesThanks in advance. |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-12-14 : 23:21:28
|
http://www.sqlservercentral.com/articles/Basic+Querying/nestingstoredprocedures/998/ |
 |
|
chih
Posting Yak Master
154 Posts |
Posted - 2008-12-14 : 23:30:50
|
The article does not explain why one server is ok without errors but another is notquote: Originally posted by sodeep http://www.sqlservercentral.com/articles/Basic+Querying/nestingstoredprocedures/998/
|
 |
|
|
|
|