LoginSignup
3
3

More than 5 years have passed since last update.

データベースのリストア履歴を確認する

Posted at
CheckRestoreHistory.sql
SELECT TOP 10 *

FROM msdb.dbo.restorehistory

ORDER BY restore_date DESC

上記クエリではトップ10のみ確認していますが、全件表示も可能です。

「これいつのデータだっけ」なんて時にお使いください。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3