hi everyone,
We have an ASP page that sometimes starts giving a 'Timeout Expired' message.
Thru trial-and-error, I've discovered that by simply dropping and recreating the stored procedure, that resolves the issue and (for a few days) the web page no longer gives this error.
We know that tables needs frequent maintenance (rebuild indexes etc), but why would a stored proc have to be recreated every few days ?
This is SQL Server 2000, IIS 5 and ASP 3/Classic.
Thanks!
John
We have an ASP page that sometimes starts giving a 'Timeout Expired' message.
Thru trial-and-error, I've discovered that by simply dropping and recreating the stored procedure, that resolves the issue and (for a few days) the web page no longer gives this error.
We know that tables needs frequent maintenance (rebuild indexes etc), but why would a stored proc have to be recreated every few days ?
This is SQL Server 2000, IIS 5 and ASP 3/Classic.
Thanks!
John