Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 2005 Debugging Tools?

Status
Not open for further replies.

gcoast

Programmer
Dec 17, 2003
39
US
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.

Regards,

GCoast
 
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.

Anyone else have any ideas.

Thanks,

gcoast
 
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 Hegedusich
Senior Programmer/Analyst
IIMAK
-----------
I'll have the roast duck with the mango salsa.
 
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.

Thanks,

gcoast
 
SQL 2000 QA will work with SQL Server 2005.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
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.

Thanks,

gcoast
 
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.
 
Thanks for the feedback ptheriault, I will look into your suggestion.

Has anyone actually used any software other than MS Visual Studio 2005 (Pro or Team) to debug a stored procedure in SS2005?

Thanks,

gcoast
 
I checked with Aqua Data Studio and they don't have a debugger either(plan on having one in a future release).

Any other ideas?

Thanks,

gcoast
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top