2017年4月6日
摘要: 分析比较执行时间计划读取情况 1. 查看执行时间和cpu set statistics time on select * from Bus_DevHistoryData set statistics time off 执行后在消息里可以看到 2. 查看查询对I/O的操作情况 set statisti 阅读全文
posted @ 2017-04-06 22:54 zjone391 阅读(113) 评论(0) 推荐(0) 编辑
摘要: unsigned int 0~4294967295 2的30次方*4int -2147483648~2147483647 2的30次方*4unsigned long 0~4294967295 2的30次方*4long -2147483648~2147483647 2的30次方*4long long的 阅读全文
posted @ 2017-04-06 17:20 zjone391 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-04-06 16:56 zjone391 阅读(66) 评论(0) 推荐(0) 编辑