
February 23rd, 2004, 09:23 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Query Timeout on One Table Only
I am having an issue where one particular table in our database seems to "sleep" after a long period of inactivity - usually overnight. The first few transactions in the morning time out, whereas the rest of the day goes fine. There are no updates made to the table and all of our indexes are always in place. It is simply a searched table with about 1 million rows.
I am running SQL7 on Windows 2000 Server with 2GB of RAM, 2.6 GHz P4. The IIS server searching the database is on a different physical machine on the same subnet (1GB RAM, 2.4 GHz P4). The process involves searching other tables first, which work fine and are actually larger (1.5 million rows) than the one that is timing out. The table in question is about the 3rd one searched.
Any suggestions?
Thanks,
Jon
|