Warning: Constant WP_TEMP_DIR already defined in /var/www/html/blogs/glenn/wp-config.php on line 94

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/blogs/glenn/wp-config.php:94) in /var/www/html/blogs/glenn/wp-includes/feed-rss2-comments.php on line 8
Comments on: SQL Server Diagnostic Information Queries for February 2017 https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-february-2017/ Semi-random musings about SQL Server performance Tue, 09 Oct 2018 19:24:12 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Glenn Berry https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-february-2017/#comment-232419 Mon, 15 May 2017 19:45:41 +0000 http://3.209.169.194/blogs/glenn/?p=1157#comment-232419 In reply to Margaret.

The CPU Utilization History query shows “System Idle Process”, which the available CPU for the entire system, in one minute snapshots over the past 255 minutes.

]]>
By: Margaret https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-february-2017/#comment-232418 Mon, 15 May 2017 19:23:49 +0000 http://3.209.169.194/blogs/glenn/?p=1157#comment-232418 Hi Glenn — Re CPU by db. The amount given is the Percent of CPU per database out of the total USED CPU, not the total AVAILABLE CPU — if I am reading the formula correctly. Do you address the percent of available cpu with your queries anywhere?

]]>
By: Glenn Berry https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-february-2017/#comment-228864 Tue, 21 Feb 2017 23:01:37 +0000 http://3.209.169.194/blogs/glenn/?p=1157#comment-228864 In reply to 7gartner.

I have never seen that myself, but I have gotten some isolated reports of that happening. Unfortunately, the sys.dm_os_ring_buffers DMV is poorly documented and semi-deprecated.
https://msdn.microsoft.com/en-us/library/ms176083.aspx?f=255&MSPPError=-2147217396

]]>
By: 7gartner https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-february-2017/#comment-228863 Tue, 21 Feb 2017 22:57:18 +0000 http://3.209.169.194/blogs/glenn/?p=1157#comment-228863 Hi Glenn,
with Query 40 I sometimes will see a negative CPU usage calculated for Other Process CPU Utilization because SQL Server CPU + System Idle is somehow greater than 100. Have you run into this at all?

This has occurred on my high core-count systems (E5-2660 v3). I have yet to see this occur on my smaller systems with 8-12 cores.

-jim

]]>
By: David Turpin https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-february-2017/#comment-228354 Thu, 09 Feb 2017 19:57:03 +0000 http://3.209.169.194/blogs/glenn/?p=1157#comment-228354 Thanks Glenn. I guess I jump right to the queries and never read the header blocks. I’ve been using these queries for a long time, but have to admit I didn’t fully appreciate the ramifications of some of them. No doubt your classes on PluralSight will fill in the gaps…

These queries are a great service to the SQL community.

]]>