Hi,
I have a Stored Procedure which in turn calls another Procedure and which in Turn calls another procedures ..... The Problem is Level of Calling the Procedure is Exceeding 32 (Max Level in SQL Server 2000).
Are there any tools or Scripts to find Out the Sub Level Calls or to find the Proc which is Exceeding the Max Level.
I tried to find out Using SQL Profiler (2000). It's only showing the First Calling Procedure...but not the Sub Levels....
Thanks in advance for your Help....