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 ?
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 ?