K
Kiran Math
I have a web service, that calls a COM + ( Queued).
The COM+ runs a stored procedure in Sql Server. Now this strored procedure
is to run for 6 hrs or so.
I have made a dumy StoredProcedure with WAITFOR DELAY statment in it.
If i increase the WAITFOR DELAY to 30 seconds the com+ times out and dies on
its own.
What should I do that the com+ does not time out/
Thank you
The COM+ runs a stored procedure in Sql Server. Now this strored procedure
is to run for 6 hrs or so.
I have made a dumy StoredProcedure with WAITFOR DELAY statment in it.
If i increase the WAITFOR DELAY to 30 seconds the com+ times out and dies on
its own.
What should I do that the com+ does not time out/
Thank you