Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how to debug procedure using server explorer

Author  Topic 

DURGESH
Posting Yak Master

105 Posts

Posted - 2008-07-02 : 00:17:14
i want to debug my proc line by line
for that i open my proc in visual studio using server explorer
but when i am passing the parameters to proc the execution is not stopping at breakpoint.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-07-02 : 14:31:30
using query analyser:-
http://www.15seconds.com/issue/050106.htm

using visual studio:-

http://aspnet.4guysfromrolla.com/articles/051607-1.aspx
Go to Top of Page
   

- Advertisement -