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.
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 |
|
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 |
 |
|
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> |
 |
|
|
|
|