In SQL 2000, you can debug a stored procedure form the Query Analyzer object
browser. Right-click on the proc and select Debug.
"zwieback89 via SQLMonster.com" <u28634@uwe> wrote in message
news:6c319072f972c@uwe...
> Hi,
>
> Any ideas as to how I can debug a stored procedure?
>
> This stored procedure has no parameters.
>
> It grabs data from a base table, dumps the data into a Tree table, then it
> builds a Stack table to build the Org Structure.
>
> I just want to step line by line and see what values are inserted into the
> Stack table, so that I can validate the code.
>
> Thanks.
>
> --
> ---------------------
> zwieback89
>
> Message posted via SQLMonster.com
>
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-programming/200701/1
>