I have a web app that creates an output file based on a SQL database. I didn't write the app, but it used to work on our old server. After moving it over to our new server, I go to the website, try to run this program and I get the following message after about 15 minutes:
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated."
While the program is running, SQL is at full CPU on the server, but when it has the timeout, SQL goes down to 0, so something is obviously going on, I just don't know what the issue is.
"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated."
While the program is running, SQL is at full CPU on the server, but when it has the timeout, SQL goes down to 0, so something is obviously going on, I just don't know what the issue is.