Re: Debugging Stored Procedures with Query Analyzer
- From: Ed Murphy <emurphy42@xxxxxxxxxxxx>
- Date: Thu, 24 Aug 2006 01:03:29 GMT
On Wed, 23 Aug 2006 16:21:56 +0200, Stephan Zaubzer
<stephan.zaubzer@xxxxxxxxxx> wrote:
When trying to debug a stored procedure with query analyzer it does not
stop at the first line of code. Instead it runs throug the whole
procedure and I cannot stop it! Am I missing something?
Without being able to interrupt the procedure I want to debug, the
debugger is useless...
There's always the old-school approach of adding temporary PRINTs
into the procedure, provided that you remember to take them out
afterward (or key them to some central flag, e.g. "if table X
contains record Y").
.
- References:
- Debugging Stored Procedures with Query Analyzer
- From: Stephan Zaubzer
- Debugging Stored Procedures with Query Analyzer
- Prev by Date: Re: Debugging Stored Procedures with Query Analyzer
- Next by Date: Re: problem with db restore
- Previous by thread: Re: Debugging Stored Procedures with Query Analyzer
- Next by thread: Can Enterprise Manager be set to view Tables with NOLOCK?
- Index(es):