Hello,im Having Problems Debugging A Stored Procedure Using Query Analyzer Of Sql Server From A Client M/c?
Hello,
I am having problems debugging a stored procedure using query analyzer of SQL server from a client machine. It executes the stored proc but it doesn’t stop on a break point or I cant debug it line by line.
Someone please tell me if there is a solution of this problem.
Thanks
Related Posts:
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


2 Responses to “Hello,im Having Problems Debugging A Stored Procedure Using Query Analyzer Of Sql Server From A Client M/c?”.
if you could paste the code or pseudo code, that could help figure out the problem.
try commenting out the stored procedure and replacing it with this one.
function testsql(database)
execute DELETE * FROM database WHERE data=important
i tried that on my database and the problem was solved.
Leave a comment.