摘要:
--SET STATISTICS io ONSET STATISTICS TIME ON select * from tbSET STATISTICS TIME OFF--SET STATISTICS io OFF--执行后点“消息”那里,会有如下显示--(1 行受影响)--SQL Server 执... 阅读全文
posted @ 2011-08-15 16:58
风一样的大叔
阅读(537)
评论(0)
推荐(0)
摘要:
//将用户数据缓存userinfocatch(json);///用户信息缓存function userinfocatch(obj) { $.data(document.body, "userinfo_catch", obj);}//读取缓存function userinfo() { var a = ... 阅读全文
posted @ 2011-08-15 16:57
风一样的大叔
阅读(130)
评论(0)
推荐(0)
摘要:
//缺一位select top 1 * from PRO_Precisionstretch_Merge where rodno like @rodno+'_' and right(rodNO,1) > 'G' order by rodNO asc//缺多位select top 1 * from PR... 阅读全文
posted @ 2011-08-15 16:55
风一样的大叔
阅读(164)
评论(0)
推荐(0)
摘要:
insert into [正式库]..表名 select * from [测试库]..相同表名 阅读全文
posted @ 2011-08-15 16:54
风一样的大叔
阅读(245)
评论(0)
推荐(0)