Annoying Time Out problem !

ildoctore

New Member
I have a .NET ( beta ) application that communicates with a SQL server 2000 DB, running on Windows 2000 server. I have a timeout problem with a couple of queries that run against large tables. The queries are straight forward "select's" based on indexed fields and usually run quickly ( 2-3 seconds ) but occasionally, usually after a reboot of the server, they timeout the first time they are run, but will then go on working fine. Anyone any idea what could be going on here ?Check your connection string first of all. I've found several times that the my problem was in the way I was connecting to the database. Also, I can't help but think that it could also be a problem with the version of .NET you're using. The RTM has been out for over a month now.
 
Back
Top