I have an online reporting application that queries a SQL 2000 database on another server and returns the data to the browser.
These recordsets can range anywhere from 1 to 8000 records, including a single varchar(8000) column.
As a result, when users foolishly grab every entry in the database, the recordset that gets returned can be enormous. The asp app uually times out unless I set the server.scripttimeout to more than half an hour.
My question is: does anyone know of any serious drawbacks to setting the script timeout to such an huge figure?
-Brian
These recordsets can range anywhere from 1 to 8000 records, including a single varchar(8000) column.
As a result, when users foolishly grab every entry in the database, the recordset that gets returned can be enormous. The asp app uually times out unless I set the server.scripttimeout to more than half an hour.
My question is: does anyone know of any serious drawbacks to setting the script timeout to such an huge figure?
-Brian