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 September 2018 https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-september-2018/ Semi-random musings about SQL Server performance Tue, 09 Oct 2018 13:39:16 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Mladen Andrijasevic https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-september-2018/#comment-248779 Tue, 09 Oct 2018 13:39:16 +0000 http://3.209.169.194/blogs/glenn/?p=1388#comment-248779 If you just installed SQL 2019 CTP2.0

INSERT INTO #IOWarningResults
EXEC xp_readerrorlog 1, 1, N’taking longer than 15 seconds’;

might not work if the nth SQL Server Error Log has not yet been created so comment that part out

]]>
By: Michael Smith https://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-september-2018/#comment-248699 Mon, 08 Oct 2018 18:29:49 +0000 http://3.209.169.194/blogs/glenn/?p=1388#comment-248699 Hi Glen! My employer blocks access to file sharing sites. Please consider posting these incredible scripts to GitHub, which they don’t block.

]]>