Hi
I am calling one sp from .net code. That sp performs lotof database operations.
That sp executes sometime in just 30 sec and sometime it takes more than 1000sec .
so what would be best solution so that sp executes successfully every time. without giving error--
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding"
I am calling one sp from .net code. That sp performs lotof database operations.
That sp executes sometime in just 30 sec and sometime it takes more than 1000sec .
so what would be best solution so that sp executes successfully every time. without giving error--
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding"
Comment