Debugging SP

  • Thread starter Thread starter SKG
  • Start date Start date
S

SKG

I have never done tsql debugging in .net.
In Server Explorer i connected to sql server.
i am executing a stored procedure on that server.
How can i step into the stored procedure.?
TIA
 
Just put a breakpoint on the SP ubder serer explorer through the normal .Net
IDE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top