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 |
pramod21
Yak Posting Veteran
64 Posts |
Posted - 2012-08-23 : 08:16:01
|
Hi All, I want to debug my stored procedure through sql profiler. can u plz tell me what events i should select?? |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-08-23 : 09:16:17
|
T-SQL -> Batch Starting and/or Batch Completed. |
|
|
komkrit
Yak Posting Veteran
60 Posts |
Posted - 2012-08-23 : 10:45:58
|
For debugging SP, choose "Stored Procedures" -> RPC:Starting , RPC:Completed, SP:StmtCompleted, SP:StmtStarting- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Komkrit YensirikulWelcome for all questions. Let us know if our solution solved your problem. |
|
|
|
|
|