Query: Timeout depending on number of rows retrieved

  • Thread starter Thread starter alex.vezeau
  • Start date Start date
A

alex.vezeau

I have a query:
select * from projet where prcleunik between 70 and 110

Runs fine from all workstations and/or servers.

If I change the between statement to:
select * from projet where prcleunik between 30 and 110

It runs fine from all workstations and/or servers EXCEPT from our web
server.

Any answers on why a exact same query might return an error when
executed from one server in particular and not from all the others ?
 
Back
Top