Dual Processor and Execution Location=3 -
12-05-2003
, 07:45 AM
Hi all,
I finally worked out, how to shift the execution location
from client to server. I did not know that Locale
Identification plays such a big role.
Solution:
We had server in english and client in german. Execution
location was client and not server, although we had
set "execution location=3;Default Isolation Mode=1".
Turns out that with two different locales you need to add
the locale of the server to the connection string. (In
our case "Locale identifier=1033"). Then Execution
location is the server.
Question:
Now I have a question concerning the serverside execution
on dual processor systems. During a complicated query
both processors use 50% of their capacity. Is there a way
to fully use both processors in order to increase query
speed? Has anyone made similar observations?
TIA Lutz Morrien |