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 August 2018
https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-august-2018/
Semi-random musings about SQL Server performanceTue, 13 Nov 2018 15:45:30 +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-august-2018/#comment-251429
Tue, 13 Nov 2018 15:45:30 +0000http://3.209.169.194/blogs/glenn/?p=1387#comment-251429In reply to Brendt Hess.
Thanks for reminding me!
]]>
By: Brendt Hess
https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-august-2018/#comment-251349
Mon, 12 Nov 2018 20:08:41 +0000http://3.209.169.194/blogs/glenn/?p=1387#comment-251349Love your queries, so I was hoping that I could use the SQL 2008 query on a newly discovered by me SQL 2008 (not R2) server on our network. However, the SQL 2008 script contains code that is specific to SQL 2008 R2 SP1 and later – sys.dm_os_volume_stats. I am commenting that block out to run, but I thought you might like to know that the script can’t be run on SQL 2008 systems that are not R2 and at least SP1.