Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Last time database was backed up
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01102640
Message ID:
01102643
Vues:
11
This message has been marked as the solution to the initial question of the thread.
>Is there a SP that will return information about when the last time a particular database was backed up?
>(if the answer is yes what is the name of the SP? <s>)
>
>Thanks,
>Einar
select max(backup_finish_date) from msdb..backupset where type = 'D' and database_name = N'databasename'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform