Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Last time database was backed up
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01102640
Message ID:
01102643
Views:
12
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'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform