Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
▼
Wednesday, April 20, 2011
How to debug SQL Server Store procedure in ASP.NET?
1. Enable SQL Server debugger in Visual Studio: (project property->Web->Debuggers)
2. Open the store procedure in Visual Studio from Server Explorer
3. Set break point inside store procedure
No comments:
Post a Comment