Information on CPU count

  • Hi All,

    Is there a way from SQL Server where we can find the information on the number of physical/logical processors in the servers. I know that we have some utilities that can be used. But i need to know if this can be done with SQL Server scripts. If so i would be thankful if you can post me the script.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com

  • sys.dm_os_sys_info gives cpu information, but I don't think it's accurate for hyperthreading.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply