Does anyone know of any 3rd party debugging tools for SQL Server 2005? I know that Visual Studio 2005(Pro) will do the job but we don't use VS and it costs too much to justify purchasing multiple copies for debugging SQL stored procedures.
SQL Server Management Studio doesn't support debugging. Microsoft's solution is to purchase their Visual Studio 2005 Professional software. Have you actually used the debugger in the SqlManager Lite product?
William, thanks for the TOAD info. I downloaded the free version and it's pretty amazing how much their giving away free. Unfortunately, the debugger is not available on the freeware version and the full version cost $595.
What have you used in the past to debug T-SQL? Do you really need to step through a procedure to debug it? I've been "debugging" SPs in QA for years; no big deal.
Phil, in the past we've used QA to step through sp's and it's worked ok. But that was with SS2000 and as we plan to migrate to SS2005 there is no QA option.
We have some pretty long sp's and inserting print statements just doesn't cut it. We need to keep our present ability of stepping through the code. I know that MS Visual Studio(Professional) has that capability but we don't have plans to use VS2005 Pro and I am trying to find a low/no cost method of debugging sp's in SS2005.
ptheriault, well I have been connecting to the SS2005 server via QA and querying data but when I try to debug a sp using QA I get the message,
"[SQL-DMO] You must use SQL Server 2005 management tools to connect to this server."
Have you actually used the debugger in QA to step through a SS2005 sp? If so, I must have a configuration issue.
No haven't tried to use the debug option for a 2005 db. If I have to debug something I'll just add print statements.
Have you checked the new version of Aqua Data Studio. I beleive that has debugging.
- Paul
- If at first you don't succeed, find out if the loser gets anything.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.