step into SQL Stored Procedures?

  • Thread starter Thread starter viepia
  • Start date Start date
V

viepia

Hi,

What steps are necessary to step through / debug SQL Server 2008 Developer SPROCS
called from a VS 2008 3.5 SP1 C# project?

Currently "Step Into Stored Procedure" on the SPROC context menu is greyed out.


Thanks
Viepia
 
When my program is not running in the debugger Step Into Stored Procedure works, in the
debugger where I need it most Step Into Stored Procedure is greyed out.
 
Back
Top