主頁 > 知識庫 > ASP實現(xiàn)SQL備份、恢復(fù)

ASP實現(xiàn)SQL備份、恢復(fù)

熱門標(biāo)簽:客服外呼系統(tǒng)呼叫中心 電話機器人銷售公司嗎 成都銷售外呼系統(tǒng)公司 vue 地圖標(biāo)注拖拽 鎮(zhèn)江云外呼系統(tǒng)怎么樣 電話機器人案例 自動外呼系統(tǒng)怎么防止封卡 保定電銷機器人軟件 土地證宗地圖標(biāo)注符號
1、備份
%
SQL="backup database 數(shù)據(jù)庫名 to disk='"Server.MapPath("backup")"\\""backuptext.dat""'"
set cnn=Server.createobject("adodb.connection")
cnn.open "driver={SQL Server};Server=服務(wù)器名;uid=sa;pwd="
cnn.execute SQL
on error resume next
if err>0 then
response.write "錯誤:"err.Descripting
else
response.write "數(shù)據(jù)備份成功!"
end if
%>綠色c hinaip ower. comAYrCJ6B

2、恢復(fù)
%
SQL="Restore database 數(shù)據(jù)庫名 from disk='"Server.MapPath("backup")"\\""backuptext.dat""'"
set cnn=Server.createobject("adodb.connection")
cnn.open "driver={SQL Server};Server=服務(wù)器名;uid=sa;pwd="
cnn.execute SQL
on error resume next
if err>0 then
response.write "錯誤:"err.Descripting
else
response.write "數(shù)據(jù)恢復(fù)成功!"
end if
%>

標(biāo)簽:內(nèi)江 懷化 臺灣 麗江 重慶 公主嶺 天津 成都

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP實現(xiàn)SQL備份、恢復(fù)》,本文關(guān)鍵詞  ASP,實現(xiàn),SQL,備份,恢復(fù),ASP,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP實現(xiàn)SQL備份、恢復(fù)》相關(guān)的同類信息!
  • 本頁收集關(guān)于ASP實現(xiàn)SQL備份、恢復(fù)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章