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 - 2006-05-18 : 09:00:24
|
| Yogesh writes "How to debug a stored procedure ?" |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-05-18 : 09:03:37
|
| Why would you do that? Better to get it right in the first place.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-05-18 : 09:05:20
|
| Use Object Explorer and expand database;Right click on Procedure and Select DebugMadhivananFailing to plan is Planning to fail |
 |
|
|
blindman
Master Smack Fu Yak Hacker
2365 Posts |
Posted - 2006-05-18 : 09:31:27
|
quote: Originally posted by madhivanan Use Object Explorer and expand database;Right click on Procedure and Select DebugMadhivananFailing to plan is Planning to fail
That's for MSSQL 7.0. For 2000 and up you have to select Options/Exterminate/All through Enterprise Manager. |
 |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2006-05-18 : 10:13:43
|
quote: Originally posted by AskSQLTeam Yogesh writes "How to debug a stored procedure ?"
You have to bug is first, before you can debug.CODO ERGO SUM |
 |
|
|
|
|
|