Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dual Processors - Testing performance

Status
Not open for further replies.

GJP55

Technical User
Feb 2, 2003
220
GB

We are currently reviewing our licensing options for SQL and have SQL Server running on a dual processor Server.

Is there a way we can test the performance of running with just one processor and then compare it against when both are running ?

 
Closest thing you could do is tell the SQL Server to only use one processor, but then everything running on the server will still have access to the second processor.

The best way would be to remove the second processor and test, then replace it.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
I think we will just stay as we are and go for 2 processor licenses rather than risk messing up the server. It doesn't look like we would get clear cut measures by doing this.

Thanks for both replies.
 
Actually, the process is simple. Open SQL Server Enterprise Manager, and in your SQL Server group, right-click the server you want to test and click properties.

There should be a 'Processor' tab. The first section governs which processors SQL Server will use. Just un-check one of the processors.

Optionally, you can physically remove one of the processors (or disable it in the BIOS if the option is there). HAL will not complain on most SMP mainboards -- the system just runs "gracefully degraded". Just be sure to remove power from the system before pulling a CPU (and before putting it back in).

Physically pulling the CPU is naturally more risky than just telling SQL Server to use only one processor -- but also more accurate. Another option is to load SQL Server on a single-processor system to test it.
 
Thanks for that. Not going to bother with the removal of the processor now but will try the EM steps. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top