I've got a Classic ASP vbscript application that I'm testing on two new Windows 2008 R2 servers, with one running SQL 2000, and the other running SQL 2008 express
The SQL 2000 seems to run it just fine.
But the SQL 2008 express times out. I set in the script the query timeout to be 0 (disabled), and now my script times out.
But instead of putting a band-aid on it, I'd rather figure out why the 2008 express is taking forever to process it.
Any ideas anyone?
The SQL 2000 seems to run it just fine.
But the SQL 2008 express times out. I set in the script the query timeout to be 0 (disabled), and now my script times out.
But instead of putting a band-aid on it, I'd rather figure out why the 2008 express is taking forever to process it.
Any ideas anyone?