Newbee: Query Analyzer Debugger not working

  • Hi

    I can not get the debugger to work in Query Analyzer. I am running SQL and VS all on the same machine.

    When I open Query Analyzer and right click on a Stored Procedure and click "Debug" I get a message saying:

    SP Debugging may not work properly if yo log on as 'Local System account' while SQL Server is configured to run as a service. You can open Event Viewer to see details. Do you wish to continue?

    When I chose YES to continue and then try to debug I get this error:

    Server: Msg 508, Level 16, State 1, Procedure sp_sdidebug, Line 1

    [Microsoft][ODBC SQL Server Driver][SQL Server]Unable to connect to debugger on DICA2ESITE42239 (Error = 0x800401f3). Ensure that client-side components, such as SQLLE.DLL, are installed and registered on DICA2ESITE42239. Debugging disabled for connection 55.

    I am pretty new to this so would someone please let me know what I am doing wrong.

    Thank You

    Matt

  • Did you try to use other account to login?

  • With sql2005 the (sqlproc) debugging stuff has been shifted towards BI-dev studio.

    This feature is NOT available if you only install the BIDS version MS ships with SQL2005.

    Open BIDS

    open the server explorer

    browse to the stored procedure you want to debug

    rightclick and select "step into"

    and off you go.

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

  • Ye I tried the sa account and got the same error.

  • I am not using sql 2005. But I did download the version that comes with VS2005. I don't know what BIDS is????

    Thanks

  • BIDS stands for BI-dev studio.

    With sql2000 you need to be granted exec of the debug procs.

    http://support.microsoft.com/default.aspx/kb/817178

    http://support.microsoft.com/kb/280101/

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply