Hi all,

I've seen quite a few posts on fixing a timeout from a VB.NET program. Usually, add a couple of seconds to the timeout setting of the connection, or add an index to make the query go faster.
But I can't help thinking (and in fact I am encountering those right now) that there will always be queries who just take longer, due to their complexity, the amount of data to process, etc.
Isn't it possible and even -in some cases- normal that there are queries that run for a minute and a half?


Hope you can shed some light on this, thanks in advance!
Martin