Link to home
Start Free TrialLog in
Avatar of graphix03
graphix03

asked on

T-SQL Debugger

Has anyone use the T-SQL Debugger on SQL Server 2000?
If so, do you have the same problem as I do?

1. I Open the QAnalyzer and connect to the database.
2. I find the selected stored procedure that I want to debug.
3. I right-clicked the SP and choose Debug from the pop-up menu.
4. QA then prompt me to supply the parameters for the SP.
5. THen for each parameter in teh list I typed their value.
6. then I clicked to Execute.

WEll, the T-SQL Debugger opens but it never allow me to
step through -- all the step debug are disabled for some reason
after the SP was executed.  And there was no yellow arrow
to show me the code to be execute next.

any idea why it behaves this way? thanks much.
SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of graphix03
graphix03

ASKER

acperkins - Yes, i have execute permission on the xsp.

rajesh - Yes, I'm connectiong to local host db.

Thanks much both for your input.
I am just gonna use the visual studio.net's debugger.
It works just fine. I just cannot debug from the QAnalyzer.

 
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial