I am still getting this error, and I am not sure how I could fix this.
When I execute the query at SQL 2005, it only takes 8 seconds.
The stored procedure for this report has been already went through Database
Engine Tuning Advisor to put all the necessary indexes on the associated
tables.
It happens when I run this report on other new web server.
I already put this on the ASP web page for this report.
<% server.ScriptTimeout = 4000 %>
.ConnectionTimeout = 4800
.CommandTimeout = 4800
Any idea?
Thanks.
Please do not multipost on usenet
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Obviously IUSR is connecting to the database, but the script times out? IUSR
may not have adequate permission to run the query.
Check the loops ie where your moving through the record set.
On Sep 11, 12:45 pm, Justin Doh <Justin...@discussions.microsoft.com>
wrote: