Hello,im Having Problems Debugging A Stored Procedure Using Query Analyzer Of Sql Server From A Client M/c?

November 24th, 2009 by admin | Filed under Debug Stored Procedures

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:

tag_iconTags: | | | | | | | | | | |

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?”.

  1. Jennifer S :

    if you could paste the code or pseudo code, that could help figure out the problem.

  2. Oasis :

    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.

To leave a comment, please fill in the fields below.

Powered by Yahoo! Answers