1. 檢視備份摘要資訊:資料庫名稱、備份時間、備份lsn等資訊
語法:
restore headeronly
from disk='備份檔案全路徑'
with nounload
go
如:
restore headeronly
from disk='d:\backup\testdb2.bak'
with nounload
go
輸出結果:
2. 檢視備份集中的資料檔案和日誌檔案
語法:
restore filelistonly
from disk='備份檔案完整路徑'
with file=備份集編號
如:
restore filelistonly
from disk='d:\backup\testdb2.bak'
with file=1
"file=1" 表示備份檔案中的第乙個備份集
檢視mysql備份檔案 備份與恢復
mysql的備份與恢復 檢視mysql的備份資料 重要 egrep v mnt database bak.sql mysql檢視bin log日誌的方法 mysqlbinlog mysql bin.000001 拆分總的binlog為指定庫的增刪改操作 恢復指定庫的binlog時使用 mysqlbi...
SqlServer2000中利用備份檔案建立資料庫
最近在寫乙個類是財務系統中套帳的系統。每年或者每月的的資料儲存在不同的資料庫中,以方便備份,也防止了歷史資料膨脹。雖然儲存的資料不同但格式都是一樣。資料庫中的物件都是相同的。下面就是該系統中的乙個儲存過程。此過程中對錯誤處理不夠詳細,望有看法有想法的朋友給予指出。我所理解的資料庫恢復,其實就是使用備...
檢視歸檔日誌及rman備份檔案
root his1 ls 檢視 根目錄下的檔案 archiveboot dev home lib64 media mnt optrmansbin srv tmp usr bin cgroup etc lib lost found misc netprocroot selinux sysu01var ...