Created
September 20, 2016 07:20
-
-
Save arman-hpp/3ee7f7f612c842553cfc4c5bde0ead96 to your computer and use it in GitHub Desktop.
SqlServer used cpu cores
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select cpu_count from sys.dm_os_sys_info | |
select scheduler_id,cpu_id, status, is_online from sys.dm_os_schedulers where status='VISIBLE ONLINE' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment