之前介紹過使用 Transcation LOG recovery 資料
現在介紹DBCC語法
Dbcc check db
Setp 1. single user mode
Use master
sp_dboption dbname, single, true
Setp 2. dbcc checkdb -> list table
Dbcc checkdb (db_name) -> find error table
Setp 3. Dbcc checktable
option :
REPAIR_ALLOW_DATA_LOSS
REPAIR_FAST
REPAIR_REBUILD
-------------------
EX: dbcc checktable ( company,REPAIR_REBUILD)
REF: http://technet.microsoft.com/zh-tw/library/ms174338.aspx
沒有留言:
張貼留言