March 30, 2009 at 3:18 am
March 30, 2009 at 4:13 am
You can use Affinity mask. From my experience, SQL Server performed better when i left SQL Server to automatically set the affinity...
March 30, 2009 at 4:21 am
March 30, 2009 at 6:54 am
Just open up the Server Properties in SSMS. On the Processors page you can see how many processors you have available and set them to a particular affinity. I'd suggest reading up in the BOL prior to setting it, just so you get it right.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 30, 2009 at 8:32 am
March 30, 2009 at 9:27 am
First disable the automatic affinity in the check box below.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
March 30, 2009 at 2:20 pm
BTW - when they say SQL Server can only use 4 CPU's - they are talking about slots. A single quad core processor is one CPU's as far as licensing and utilization. So, SQL Server Standard can use up to 16 CPU's if you use 4 quad-core processors.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
March 31, 2009 at 1:18 am
May 21, 2012 at 1:39 pm
Since moving two Databases and several SSIS Packages I'm having issues with the AS400 iSeries and I'm getting Communication errors.
Several task fail. It seems that the task complete much faster and as if the AS400 can't keep up with it.
Should I limit the number of processors?
If I limit the number of parallel loads, SSIS Tasks, I have been able to avoid the error.
I have 1 64 bit Windows Server 2008 R2 running SQL Server 2008 R2.
I looked it up on BOL but I have never had to mess with changing the number of processors.
Any ideas would be greatly appreciated.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply