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 - 2002-02-22 : 09:53:48
|
| Harish writes "Hi,I am using SQL Server 7.0.My application is using BackEnd Store Procedure for batch updation and calculation.Is there any other way I can debug store procedure besideSQL PROFILER provided by MS-SQL 7Harish" |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-02-22 : 20:01:14
|
| Do you have access to the source code of the stored procedure? If so, then you can put PRINT statements in various parts of the sproc to track its progress.------------------------GENERAL-ly speaking... |
 |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2002-02-22 : 21:37:12
|
| If you can upgrade to SQL 2000 then Query analyzer has a debugger built in.Or you can go and buy one of the 3rd party tools that do SQL Server debugging.Damian |
 |
|
|
|
|
|