備份本地的數據庫到遠程機上

新建一個backup.sql文件 use test GO backup database test to disk='d:\db_backup\test.bak' with init GO     新建一個r_restore.sql文件 use master restore database test from disk='d:\db_backup\test.bak' with replace,
相關文章
相關標籤/搜索