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: SQLskills SQL101: Sequential Throughput https://www.sqlskills.com/blogs/glenn/sqlskills-sql101-sequential-throughput/ Semi-random musings about SQL Server performance Mon, 01 May 2017 16:23:02 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Glenn Berry https://www.sqlskills.com/blogs/glenn/sqlskills-sql101-sequential-throughput/#comment-232203 Mon, 01 May 2017 16:23:02 +0000 http://3.209.169.194/blogs/glenn/?p=1183#comment-232203 In reply to Tim Plas.

You can also query msdb.dbo.backupset to figure out the size and elapsed time of your database backups.

]]>
By: Tim Plas https://www.sqlskills.com/blogs/glenn/sqlskills-sql101-sequential-throughput/#comment-232202 Mon, 01 May 2017 16:17:59 +0000 http://3.209.169.194/blogs/glenn/?p=1183#comment-232202 One quick view of actual I/O performance of your production workloads is to examine the history of how long your backups have been taking. Very simple with dbatools.io PowerShell cmdlet named Measure-DbaBackupThroughput.

]]>