Trying to debug a stored procedure

  • What's the best way of debugging a stored procedure, I have a really long stored proc. Thanks!

  • In the upper right hand corner of this page is a window labeled "Search", may I suggest you input "Debug T-SQL" and then click on the Go button. If after having done that and reading the articles and forum posts returned, read the article in my signature block and then you may want to repost with a more specific question about why a certain portion of your procedure does not work.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • If you have a Visual Studio installed on your PC you can use it to debug stored procedures, it offers a very good way of debugging them.

  • As mentioned Visual Studio is a great tool for debugging SP.

  • Visual studio works gret, if you have the Professional Version or greater. Standard Edition doesn't do it.

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

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