向大家介绍如何使用ASP.NET备份恢复SqlServer数据库,大家可以做个参考,也希望对大家有所帮助。 备份SqlServer数据库: 以下是引用片段: stringSqlStr1="Server=(local);database=’"+this.DropDownList1.SelectedValue+"’;Uid=sa;Pwd="; stringSqlStr2="backupdatabase"+this.DropDownList1.SelectedValue+"todisk=’"+thi...