摘要: EasyUI加载效果 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.... 阅读全文
posted @ 2015-02-05 17:01 深南大道 阅读(375) 评论(0) 推荐(0)
摘要: ---1.先备份数据库(含日志文件) use myhis go backup database myhis to disk='d:\myhis_rzbak' go ---2.设为简单恢复模式 use [master] go alter database myhis set recovery simple with no_wait go alter database myhis set re... 阅读全文
posted @ 2015-02-05 14:14 深南大道 阅读(426) 评论(0) 推荐(0)