使用SQL語句備份和還原MS數據庫方法以下: 備份數據庫:數據庫
backup database DB_test to disk='d:\abc.bak'spa
還原數據庫:rest
restore database DB_test from disk='d:\abc.bak' test