Hi,
Quick question: how many TempDB should I create when SQL Server is installed on old / legacy system?
Many best practice advice says to create TempDBs based on how many processors on the server machine, including each processor's cores are accounted for.
FYI: the processor I'm using is old Xeon processor (click this link to the Intel's page for detailed specification), and there are two of that Xeon processor installed on the server machine. And the SQL Server itself is also old version: 2008 (no, not the R2 version).
I can't determine which one is the correct way to know how many processors being detected by the Windows Server OS:
- Look it up on System Information, it shows only two Xeon processors.
- Look it up on Device Manager, it shows there are four Xeon processors.
Which one is correct?
Dhow here.