G
Guest
Hi,
I have a long running stored procedure in which I have placed raiserrors
to track progress in real time. It works great in query analyzer.
I am trying to provide real time progress to the client using the
Infomessage event handler and provide a method that does this. However, the
Infomessage seems to only work AFTER the stored procedure is finished and it
outputs all the raised errors all at once. Is this a bug?
thanks in advance
I have a long running stored procedure in which I have placed raiserrors
to track progress in real time. It works great in query analyzer.
I am trying to provide real time progress to the client using the
Infomessage event handler and provide a method that does this. However, the
Infomessage seems to only work AFTER the stored procedure is finished and it
outputs all the raised errors all at once. Is this a bug?
thanks in advance