Posts Tagged ‘SQL’
You can find the full post here: http://dougzuck.com/hta
SQL Differential Backup Size Prediction
Categories: SQL, Technology
Tags: SQL
You can find the full post here: http://www.dougzuck.com/hta
You can find the full post here: http://www.dougzuck.com/hta
You can find the full post here: http://www.dougzuck.com/hta
The MSDB database maintains a record of all SQL backup jobs that have been executed. Specifically you can find this information if you query MSDB..backupset. This script joins sys.databases, so that if a database exists but has not been backed up yet, it will still be displayed in the results. If you were to query [...]
Categories: SQL, Technology
Tags: SQL
