sql2000 還原BAK文件

restore database SGD
from disk='C:\20141023.bak' --c:\a.bak是備份文件名
with move 'AIS20050620140226_Data' to 'c:\SGD.mdf' --將sxt_dat恢復到文件c:\sxt.mdf
,move 'AIS20050620140226_log' to 'c:\SGD.ldf' --將sxt_log恢復到文件c:\sxt.ldf rest

相關文章
相關標籤/搜索