I resolved the initial T-SQL debugger problem in SQL Server 2000 Query Analyzer by going to the server and setting the MSSQLSERVER service to run as a domain user with administrative priviliges instead of as "Local System Account."
The debugger does now run on a stored procedure, displaying the return value from my procedure.
[tt]@RETURN_VALUE = 1[/tt]
But when I insert breakpoints and then click go or F5 again, nothing happens. I am currently talking to the sysadmin about this possibly being a "Incorrect DCOM Permission Settings" problem but given that it is actually running I am skeptical.
Does anyone know what to do? Web searches are turning up fruitless... I could search before on an exact error message but this one is harder.
Note: I am not using Visual anything... just trying to run the debugger in the Query Analyzer.
-E
The debugger does now run on a stored procedure, displaying the return value from my procedure.
[tt]@RETURN_VALUE = 1[/tt]
But when I insert breakpoints and then click go or F5 again, nothing happens. I am currently talking to the sysadmin about this possibly being a "Incorrect DCOM Permission Settings" problem but given that it is actually running I am skeptical.
Does anyone know what to do? Web searches are turning up fruitless... I could search before on an exact error message but this one is harder.
Note: I am not using Visual anything... just trying to run the debugger in the Query Analyzer.
-E