Is there any debugging tool like we have in vs.net for executing procedures?

  • Is there any debugging tool like we have in vs.net for executing procedures?

  • Not in SQL Server 2005. I believe there is some functionality included in SQL Server 2008 for stepping through sp's etc although I haven't tried / used them yet.

  • There are several third party tools for debugging T-SQL.

    Management Studio for SQL 2008 includes some debugging tools built in.

    I generally just use raiserror, select, print, etc., at various points throughout the script in order to get partial or step-by-step results. Works fine for me.

    - Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
    Property of The Thread

    "Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon

Viewing 3 posts - 1 through 2 (of 2 total)

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