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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Software needed to Debug Stored Procedures

Status
Not open for further replies.

AccessSQLUser

Programmer
Apr 23, 2001
101
US
What software is needed to debug SQL Server stored procedures? Can other software be used besides VB Enterprise edition?
 
Maybe SQLServer Profiler will help. In can do something what look like a debug. John Fill
1c.bmp


ivfmd@mail.md
 

SQL Profiler can certainly help but doesn't allow you to step through a SP. You can debug in SQL Server 2000 Query Analyzer, Visual C++, Visual Basic Enterprise Edition, SQL Workshop 3.0 From Analytical Solutions, Inc. and a host of other products.

I actually do most of my debugging in SQL Server 7 Query Analyzer.
Terry
------------------------------------
Blessed is the man who, having nothing to say, abstains from giving us worthy evidence of the fact. -George Eliot
 
You can step through code in Query Analyzer. I would like a program where I can set breakpoints and step through the code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top