Debugging Stored Procedures.

Debugging Stored Procedures.

Post by Dan » Sun, 08 Feb 2004 05:06:06



Why dont I have the option to debug Stored Procedures (i.e. step through them and set break points) in my version of VS.NET 2003..  I am using the version that is given out to Colleges for students through msdnaa.  I was under the impression that we received a version with all the abilities as the Enterprise version.  

Is there something I have to do to enable SP debugging in Visual Studio other then setting the option to 'true' in the Solution Properties?

When I right click on a Stored Procedure using the Server Browser, I only have the option to 'run' amoung other useless options.  I watched a .NET Show video and watched the guy setup step through a SP, and I believe I did everything he did, but I dont have the same options he has.  Possible that its just not an option in my version?

I have posted this question in the VS debugging group, but figured I would ask here, since you all program using Sql Server :).  Also, how else could I step through my stored procedures?  Any free tools available out there?

Thanks,

Daniel Demers

 
 
 

1. Debugging stored procedure

I am trying to debug a stored procedure using the Debugger in the Query
Analyser.
On one computer I have no problems.

On the other it won't stop in the stored procedure. When I start to run it
and give it the paramter values it just runs the procedure without stopping.
In the other SQL Server it stops on the first statement of the procedure.
I tried puting in a breakpoint but it just disappears when I start to trun
the test.

What is wrong??

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
 Don't worry and shout
 Just count up the times
 Things have worked themselves out."

2. Exception in Resource Dispenser

3. Debugging Stored Procedure Question?

4. Review for DDVB(3.0 or 3.5)

5. debugging stored procedures

6. Developer Looking for projects

7. strings in ESQL/C OL-6.0 examples

8. Need generic advice on debugging stored procedure

9. debugging stored procedure

10. Problem with SQL Query Analyzer Debug: Stored Procedure Parameters not listed

11. Debugging Stored Procedures

12. How to debug Stored Procedures using Profiler