Hi,
I have opened Server Explorer in VS.NET 2003 and connected to the local sql server. I expanded the tree till i get the required stored procedure. To debug the stored procedure i have right clicked on the stored procedure and was willing to click Step Into. But, the Step Into is not present in the context menu when i right click on the stored procedure. How can i get that so that i can debug the stored procedure. In context menu i am getting only 3 options ie., 1. Run Stored Procedure 2. Refresh and 3. Properties.
But when i right click the stored procedure on another computer which is has the same configuration and software installed compared to my system, i am getting the option Step Into in the context menu. Does any one know how to get this so that i can debug the stored procedure?
Note: i have added the Step Into option from VS.NET IDE->Customize to Tools Menu in IDE. But the Step Into option is grayed out ie, it is not enabled when i select any sp in server explorer.
Regards