how to get the "step into stored procedure" option for remote SQL server ?

  • Thread starter Thread starter scott
  • Start date Start date
S

scott

Hi,

Does anyone know how to make available the "step into stored procedure"
option when connecting to a remote SQL server (on lan) using VS 2003 ?

note
- win xp pro
- 2000 domain
- 2003 server hosting 2000 SQL server
- Visual Studio 2003 pro

Many thanks
Scott
 
this could be the problem

"the Academic version of Visual Studio doesnt
support debugging against SQL Server.


For SQL Debugging to work you will need one of the following versions:


Version SQL Debugging
------------------------------­-------------------
Enterpise SQL Server & MSDE
Developer SQL Server & MSDE
Professional MSDE
Standard Not available
Academic Not available "



im using PRO 2003. will need to jump back to .net architect version i have i
guess.

scott
 
Back
Top