Thursday, March 22, 2012

wait until stored procedure is complete

in a script, a stored procedure is called. I want to verify the procedure
is complete before proceeding ahead.
How can I have the script wait until a stored procedure is verified as
complete before proceeding ahead ??"TJS" <nospam@.here.com> wrote in message
news:uX%23uBWF8DHA.2712@.tk2msftngp13.phx.gbl...
> in a script, a stored procedure is called. I want to verify the procedure
> is complete before proceeding ahead.
> How can I have the script wait until a stored procedure is verified as
> complete before proceeding ahead ??

That is the default behavior, unless I am mistaken?

Hans Kesting
> That is the default behavior, unless I am mistaken?

Correct.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Hans Kesting" <news.2.hansdk@.spamgourmet.com> wrote in message
news:eSFgdrH8DHA.3008@.TK2MSFTNGP09.phx.gbl...
> "TJS" <nospam@.here.com> wrote in message
> news:uX%23uBWF8DHA.2712@.tk2msftngp13.phx.gbl...
> > in a script, a stored procedure is called. I want to verify the
procedure
> > is complete before proceeding ahead.
> > How can I have the script wait until a stored procedure is verified as
> > complete before proceeding ahead ??
> That is the default behavior, unless I am mistaken?
> Hans Kesting

0 comments:

Post a Comment