double.Parse(String1, CultureInfo.InvariantCulture);
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
2. Open the store procedure in Visual Studio from Server Explorer
3. Set break point inside store procedure
Subscribe to:
Posts (Atom)