Bofcilo schrieb:
Quote:
We are using SA10 on Vista 64 PC with CPU 4 core. For one stored
procedure, Vista performance monitor show that only one core (logical
processor) is using. What should be set on database server for using
more than one core per connection or procedure. Is it possible to
manage when or who (connection or procedure) get more than one CPU
core ?
Normally SA does use all available cores.
|
But of course the tasks must be "threadable", and for stored procedures
it depends what it does, if it can be split ito separate threads.
André