Skip to content

Commit

Permalink
Minor updates. Removed one file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J. Messano committed Oct 17, 2012
1 parent 74ec2cb commit 0597482
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 147 deletions.
136 changes: 0 additions & 136 deletions backup_details.sql

This file was deleted.

11 changes: 0 additions & 11 deletions backupset_queries.sql
Expand Up @@ -22,10 +22,6 @@ WHERE (CONVERT(datetime, msdb.dbo.backupset.backup_start_date, 102) >= GETDATE(
ORDER BY
msdb.dbo.backupset.database_name,
msdb.dbo.backupset.backup_finish_date
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------
--Most Recent Database Backup for Each Database - Detailed
-------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -74,13 +70,6 @@ WHERE msdb..backupset.type = 'D'
ON A.[server] = B.[server] AND A.[database_name] = B.[database_name] AND A.[last_db_backup_date] = B.[backup_finish_date]
ORDER BY
backup_finish_date
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------


-------------------------------------------------------------------------------------------
--Databases Missing a Data (aka Full) Back-Up Within Past 24 Hours
-------------------------------------------------------------------------------------------
--Databases with data backup over 24 hours old
SELECT
Expand Down
Binary file added dbamaint_create.sql
Binary file not shown.

0 comments on commit 0597482

Please sign in to comment.