Skip to content

Instantly share code, notes, and snippets.

@sayham-sjb
Created April 9, 2019 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayham-sjb/88b0cfe5208f1f8061548d2888b1643b to your computer and use it in GitHub Desktop.
Save sayham-sjb/88b0cfe5208f1f8061548d2888b1643b to your computer and use it in GitHub Desktop.
DbRestoreHistory #sql
USE master
SELECT * FROM msdb.dbo.restorehistory WHERE destination_database_name LIKE '%DBNm%' ORDER BY restore_date DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment