Debuggin StoredProcedure

  • How to Debugg a StoredProcedure in Query Analyzer?

  • Hi,

    In Query Analyzer show the Object Browser go the the stored procedures and right click on the proc you wan't to debug. Debug is the last option in the list.

    Cheers


    Andy.

  • The debugger interface is required on the client.

    RandyHelpdesk: Perhaps Im not the only one that does not know what you are doing. 😉

  • I started using this recently and discovered a bug/feature. I have a stored proc which takes a date value to run. I can go to QA and type the SP name and '10/12/2003' and it runs. If I try debug and put the same value in the debug window it errors out

  • This "quirk" used to bother me too, until I discovered that the only format the debugger will accept the date parameters is "yyyy-mm-dd"

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

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