Category: Monitoring

  • Get SQL Server CPU Topology and Core Counts

    This script provides a quick view of how SQL Server interprets the CPU layout of a server or VM. It returns CPU counts, socket and core layout, NUMA node configuration, scheduler visibility, and key configuration values such as MAXDOP and cost threshold for parallelism. I typically use this when validating a new SQL Server build,…