Pages

Thursday, October 23, 2008

Debug Stored Procedures with Visual Studio

How to debug stored procedures in Visual Studio .NET

Stored procedures on SQL Server can be debugged with Visual Studio. Simply find a stored procedure in Server Explorer and select either Run Stored Procedure or Step Into Stored Procedure option on right-click.

No comments: