debugging an SQL Server 2000 stored procedure...

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

I have a vb.net 2005 app that calls strored procedures. I am having
difficulties with one of my stored procs and thought I'd try to debug it
from my vb app. I went to the server explorer page, expanded my connection
then selected the stored procedures. I then selected the stored proc I want
to debug. I set a breakpoint and then ran my project. I then get a "A
breakpoint will not currentrly be hit. No symbols have been loaded for this
document" error.

I am not sure what I am missing here...

Can someone step me through what I need to do to be able to debug a stored
procedure?

Thanks!
Brad
 
Back
Top