christheprogrammer
Programmer
Hi,
I am running a stored procedure which itself calls about 10 other stored procedures. Approximately 75% of the time, I get the error 'Server timed out or is not responding'. The other 25% of the time the data I want is returned perfectly. I figured it was an issue of how busy the server was (if other people were running queries) at the time of the request. Is this the case? If so (or even if not), how can I bring these timeouts down so that my stored procedure returns the requested data in a more reliable fashion (100% of the time)?
TIA Chris says: "It's time for a beer."
I am running a stored procedure which itself calls about 10 other stored procedures. Approximately 75% of the time, I get the error 'Server timed out or is not responding'. The other 25% of the time the data I want is returned perfectly. I figured it was an issue of how busy the server was (if other people were running queries) at the time of the request. Is this the case? If so (or even if not), how can I bring these timeouts down so that my stored procedure returns the requested data in a more reliable fashion (100% of the time)?
TIA Chris says: "It's time for a beer."