Focus on WEB Application and Software Engineering
十二月 07

ASP备份SQL Server数据库

2004     BlogID:203 评论 (0)
<% 
'SQL Server 数据库的备份与恢复! 
if request("action")="backupdatabase" Then 
dim sqlserver,sqlname,sqlpassword,sqlLoginTimeout,databasename,bak_file,act 
sqlserver = "localhost"
sqlname = "sa"
sqlpassword ="password"
sqlLoginTimeout = 15
databasename = trim(request("databasename")) 
bak_file = trim(request("bak_file")) 
bak_file = replace(bak_file,"$1",databasename)
act = lcase(request("act"))
http://dev.csdn.net/article/54612.shtm

用SQL备份和恢复SQL SERVER数据库
选择自 qihboy 的 Blog
http://dev.csdn.net/article/54612.shtm

当前评分 2.5 , 共有 29 人参与

  • Currently 2.517241/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

添加评论




看不清?点击图片看看
biuquote
Loading



关于我

kittow (天笑)
80年代生于“天府之国”四川
爱好:编程、篮球、数码、旅游
乘一叶兴趣小舟,漂泊于浩瀚IT海洋。。。
TITLE:MSE of UESTC & 软件设计师
Technical Capacity | Last Blog