Re: Problem with execution

From: Johny (goky2002_at_beograd.com)
Date: 10/25/04


Date: Mon, 25 Oct 2004 17:44:52 +0200

It's just hangs. I saw that when I traced what is happening and that
confusing me.
I can execute it from from Query Analyzer without any problems. It's not
problem with delete. Somehow it seems that problems is with multiple
execute.

"John Bell" <jbellnewsposts@hotmail.com> wrote in message
news:OeZT1oouEHA.1296@TK2MSFTNGP10.phx.gbl...
> Hi
>
> You don't say if it just hangs (in which case you are probably blocked) or
> if you get an error message. You may want to use TRUNCATE instead of
delete
> if you wish to delete everything from the table.
> It may also be an idea to put this in a transaction and add error handling
> (see @@ERROR in Books online).
>
> John



Relevant Pages

  • Re: Use replication + DTS - Referred to Hilary Cotter or Paul Ibis
    ... goes to execute the trigger it hangs. ... Ran it in query analyzer and a message ... Will the error log even show what is happening if it hangs? ... > Paul Ibison ...
    (microsoft.public.sqlserver.replication)
  • Re: Use replication + DTS - Referred to Hilary Cotter or Paul Ibis
    ... goes to execute the trigger it hangs. ... Ran it in query analyzer and a message ... > Paul Ibison ...
    (microsoft.public.sqlserver.replication)
  • Re: Use replication + DTS - Referred to Hilary Cotter or Paul Ibis
    ... goes to execute the trigger it hangs. ... Ran it in query analyzer and a message ...
    (microsoft.public.sqlserver.replication)
  • sp_start_job
    ... If I would like to execute the job from query analyzer: ... I get an error message: ... Could not find stored procedure 'sp_start_job'. ... If I execute the same sp_start_job from some other database, ...
    (microsoft.public.sqlserver.programming)
  • Debugger Error
    ... When I try and debug a stored procedure from Query Analyzer, I receive the following error message. ... I can execute the stored procedure OK but I cannot step through it with the Debugger. ...
    (microsoft.public.sqlserver.programming)