I have a process where two threads are continuously executing sql queries on the same tables. Is there any chance that one of these two threads gets Timeout error? If so, what is the best practice to avoid this?
I am getting following error and resulting is process crash.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.