SQL Script to find database restoring history
2) Which backup file (with location information) is used for database restoration?
3) Name of the source database whose backup file is used database restoration?
4) When database backup file is created ?
5) Which user perform the database restoration activity?Below query can be used for finding the database restoration history
SELECT [r].[destination_database_name] as [Database Name],
[r].[restore_date] [Restore Date],
[r].user_name as [User],
(cast([b].software_major_version as varchar(10))+’.’ +
cast([b].software_minor_version as varchar(10)) +’.’+
cast([b].software_build_version as varchar(10))) as [Server version],
[b].compressed_backup_size as [Backup file Size],
[b].[backup_start_date] [Backup Start Time],
[b].[backup_finish_date][Backup End Time],
[b].[database_name] as [Source Database Name],
[bkpmf].[physical_device_name] as [Backup File Used For Database Restore]
FROM msdb..restorehistory r
INNER JOIN msdb..backupset b
ON [r].[backup_set_id] = [b].[backup_set_id]
INNER JOIN msdb..backupmediafamily bkpmf
ON [b].[media_set_id] = [bkpmf].[media_set_id]
ORDER BY [r].[restore_date] DESC
For example, suppose we created a database name as “Sampledatabase” which is never restored. Then if we execute the above query we got no restoration history of this database:-
Now we take backup of this database
and restore the “Sampledatabase” with the backup taken in the above step.
If we again execute the SQL Script to get database restoration history, we got the following result
Discover more from Technology with Vivek Johari
Subscribe to get the latest posts sent to your email.
seo plans and pricing
murwnswvg jfiri bpiyxda sqyq migygemydchhoxx
… [Trackback]
[…] Read More to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Read More Information here to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Read More Info here to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Here you can find 41184 additional Information to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Read More here to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More Information here on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] There you will find 66831 additional Info to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] There you will find 59728 additional Info on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Read More here on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More Information here on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Read More on to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Information on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Here you can find 6502 additional Info on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Read More to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Info to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Information on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Here you will find 86420 more Information to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Here you can find 76221 additional Information to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Information on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More Information here on that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Info to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
… [Trackback]
[…] Find More on to that Topic: techmixing.com/2018/03/sql-script-how-to-find-database.html […]
It’s like you’re reading my thoughts! You seem so knowledgeable about this topic, almost like you’ve written the book on it. A few more visuals might enhance it even more. I’ll certainly be back!