摘要: 变量表,临时表插入数据的性能分析。1。变量表:declare @t table(id nvarchar(50),supno nvarchar(50),eta datetime)insert @tselect top 10000 id,supno,eta from 表这一句执行sql需时间:16806... 阅读全文
posted @ 2014-11-15 09:58 chengeng 阅读(279) 评论(0) 推荐(0) 编辑
摘要: IIS 发布后解除锁定 1、CMD管理员下运行命令C:\windows\system32\inetsrv\appcmd unlock config -section:system.webServer/handlersC:\windows\system32\inetsrv\appcmd unlock 阅读全文
posted @ 2014-11-15 09:56 chengeng 阅读(491) 评论(0) 推荐(0) 编辑