Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Debugging SQL Procedures in VS.NET

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-11-27 : 08:16:13
Sachin writes "I have written some SQL procedures and corresponding SqlReader & SqlDataAdapter components in C#. Now I want to do debugging of my appliaction in VS.NET and at the same time I need to step into the SQL prodecure for debugging. How this can be done?"

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2003-11-27 : 09:00:44
There are alot of articles on this topic if you do a google search.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;316549

Another good option is QA Debugger.
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2003-11-27 : 21:47:35
Why do you NEED to step into a stored proc ?




Damian
Go to Top of Page

MichaelP
Jedi Yak

2489 Posts

Posted - 2003-11-28 : 12:56:39
Yeah, I've found it totally useless to step into stored procs. It's only good if you have a lot of conditional coding in your stored proc, but even then there's PRINT().

Michael

<Yoda>Use the Search page you must. Find the answer you will.</Yoda>
Go to Top of Page
   

- Advertisement -