Groups | Blog | Home
all groups > sql server programming > september 2004 >

sql server programming : Limitation of "32" Nested Transactions or Object calling.


Umer H. Minhas
9/5/2004 11:17:02 PM
Dear All,
We are using SQL Server 2000 here in our organization. We are
facing the problem of Nesting limitation by calling more than 32 procedures.
So I want to ask that is it possible to change or reset the figure of 32
(Support of Nested Object Calling or transaction in SQL Server 2000) ?. Or
any other way?

Best Regads
Itzik Ben-Gan
9/6/2004 1:11:34 PM
The option is not configurable. Is recursion the cause of you're reaching
the 32 nesting levels? Often you can revise the implementation to use loops
instead of recursive calls, where you don't nest any routine calls, and also
get better performance.

--
BG, SQL Server MVP
www.SolidQualityLearning.com


[quoted text, click to view]

Vinodk
9/6/2004 1:30:43 PM
This is something that cannot be reset to any other value. You do have an
option to say not to use nested trigger.

--
HTH,
Vinod Kumar
MCSE, DBA, MCAD, MCSD
http://www.extremeexperts.com
http://groups.msn.com/SQLBang

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp


[quoted text, click to view]

AddThis Social Bookmark Button