I am trying to debug a stored procedure in VS2010 using the server explorer and the menu command "Step into the stored procedure".
The problem that I am facing is that when I right-click on a stored procedure, the only parameters that I have are Copy, Refresh and Properties. Is there anything I need to do so that the option "Step into the stored procedure" appears?
You must add the server / database in Visual Studio 2010 Server Explorer .
.
VS10 Pro MsSQL10R2 MsSQL, Server Explorer, VS10 , , SP. SP, , .
MsSQL SP , Query Analyzer, , .
VS10 MsSQL9 , , SQL, "" , SP. PL/SQL script, SP, .
( , WAG: , , , , , , .)
Have you tried to execute the script stored procedure and open the sql file on local or SQL Server using Management Sudio? You will be able to set several PRINT flags and debug according to your needs. Hope this workaround works!
verify that you are using the data provider: ".Net Framework for DataProvider for SQL Server"
Source: https://habr.com/ru/post/1794554/More articles:Is there any way to add source code view for link libraries in Visual Studio? - .netDisable Eclipse Formatter Anywhere - eclipseHow to save / reload custom array on plist - ios@dynamic properties not supported in gdb? - propertiesHow to speed up CKEditor - performanceWordpress Thickbox integrated but not working - jqueryLoading data into a vector of structures - c ++Passing a parameter CreateThread - parameter-passingAndroid keyboard issue that appears when action starts - androidПомощь с Big Omega Proof? - proofAll Articles